Sha256: d4e9f259572cf3e0e9aee80133c6ce47d5e29a2d73885544bda12363a6c6d3ef
Contents?: true
Size: 350 Bytes
Versions: 40
Compression:
Stored size: 350 Bytes
Contents
#!/usr/bin/env rake begin require 'bundler/setup' rescue LoadError puts 'You must `gem install bundler` and `bundle install` to run rake tasks' end #APP_RAKEFILE = File.expand_path("../sandbox/Rakefile", __FILE__) #load 'rails/tasks/engine.rake' # Bundler::GemHelper.install_tasks desc "Testing" task :test do 1 end task :default => :test
Version data entries
40 entries across 40 versions & 1 rubygems