Sha256: 7276a19a0c7fb0609e59ce39c9d4b9a9f7a7e136fc5aa89f5589964a4dd64c0e
Contents?: true
Size: 524 Bytes
Versions: 14
Compression:
Stored size: 524 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/testing.rake', __FILE__) load File.expand_path('../tasks/rspec.rake', __FILE__)
Version data entries
14 entries across 14 versions & 2 rubygems