Sha256: 47241675d374e395274231c3dded76ae1ddf538d5427704733e2f1c113bffd02

Contents?: true

Size: 543 Bytes

Versions: 27

Compression:

Stored size: 543 Bytes

Contents

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/Rakefile", __FILE__)
load 'rails/tasks/engine.rake'

Bundler::GemHelper.install_tasks

Dir[File.join(File.dirname(__FILE__), 'tasks/**/*.rake')].each {|f| load f }

require 'rspec/core'
require 'rspec/core/rake_task'

desc "Run all specs in spec directory (excluding plugin specs)"
RSpec::Core::RakeTask.new(:spec => 'app:db:test:prepare')

task :default => :spec

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
roroacms-1.0.0 Rakefile
roroacms-0.0.8.6.7 Rakefile
roroacms-0.0.8.6.6 Rakefile
roroacms-0.0.8.6.5 Rakefile
roroacms-0.0.8.6.4 Rakefile
roroacms-0.0.8.6.3 Rakefile
roroacms-0.0.8.6.2 Rakefile
roroacms-0.0.8.6.1 Rakefile
roroacms-0.0.8.6 Rakefile
roroacms-0.0.8.5 Rakefile
roroacms-0.0.8.4 Rakefile
roroacms-0.0.8.3 Rakefile
roroacms-0.0.8.2 Rakefile
roroacms-0.0.8.1 Rakefile
roroacms-0.0.8 Rakefile
roroacms-0.0.7.10 Rakefile
roroacms-0.0.7.8 Rakefile
roroacms-0.0.7.7 Rakefile
roroacms-0.0.7.6 Rakefile
roroacms-0.0.7.5 Rakefile