Sha256: 7550de3c02156a9e3999cb85b23eb00014a077095aee078be328051ccc52db42
Contents?: true
Size: 389 Bytes
Versions: 3
Compression:
Stored size: 389 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/dummy/main_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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
chili-0.2.2 | Rakefile |
chili-0.2.1 | Rakefile |
chili-0.2.0 | Rakefile |