Sha256: 50268c7064bbffc6005e27806f4153a3219257e29c02f1e523bcfe17bdf5a778
Contents?: true
Size: 382 Bytes
Versions: 7
Compression:
Stored size: 382 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("../spec/example_app/Rakefile", __FILE__) load 'rails/tasks/engine.rake' require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) task :default => :spec Bundler::GemHelper.install_tasks
Version data entries
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
chili-4.0.1 | Rakefile |
chili-4.0.0 | Rakefile |
chili-3.1.1 | Rakefile |
chili-3.1.0 | Rakefile |
chili-3.0.0 | Rakefile |
chili-2.0.1 | Rakefile |
chili-2.0.0 | Rakefile |