Sha256: 3c197a810e37d6abefbd790472ae3ee20e8d7b730d9180e1b9ebd2c9404a4c9d

Contents?: true

Size: 494 Bytes

Versions: 23

Compression:

Stored size: 494 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

23 entries across 23 versions & 5 rubygems

Version Path
refinerycms-blog-4.0.0 Rakefile
refinerycms-i18n-5.0.1 Rakefile
refinerycms-i18n-5.0.0 Rakefile
refinerycms-inquiries-4.0.0 Rakefile
refinerycms-blog-3.0.2 Rakefile
refinerycms-page-images-3.0.0 Rakefile
refinerycms-blog-3.0.1 Rakefile
refinerycms-i18n-4.0.2 Rakefile
refinerycms-page-images-4.0.0 Rakefile
refinerycms-authentication-devise-2.0.0 Rakefile
refinerycms-i18n-4.0.1 Rakefile
refinerycms-i18n-3.0.2 Rakefile
refinerycms-i18n-4.0.0 Rakefile
refinerycms-inquiries-3.1.0 Rakefile
refinerycms-inquiries-3.0.1 Rakefile
refinerycms-inquiries-3.0.0 Rakefile
refinerycms-authentication-devise-1.0.4 Rakefile
refinerycms-authentication-devise-1.0.3 Rakefile
refinerycms-authentication-devise-1.0.2 Rakefile
refinerycms-authentication-devise-1.0.1 Rakefile