Sha256: 348fa9de384f55005835f5b3cc8dd70d94818fb604a5a9e2c5d729edba29df44
Contents?: true
Size: 495 Bytes
Versions: 3
Compression:
Stored size: 495 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 ENGINE_PATH = File.dirname(__FILE__) APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__) if File.exists?(APP_RAKEFILE) load 'rails/tasks/engine.rake' end require "refinerycms-testing" Refinery::Testing::Railtie.load_dummy_tasks(ENGINE_PATH) load File.expand_path('../tasks/rspec.rake', __FILE__) task :default => :spec
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
refinerycms-photo-gallery-0.3.0 | Rakefile |
refinerycms-contacts-0.2.0 | Rakefile |
refinerycms-photo-gallery-0.2.0 | Rakefile |