Sha256: 927945a651a5dc8fda619faf96dddb663e4adcb87157b247e1922e3aa167ba6f

Contents?: true

Size: 558 Bytes

Versions: 16

Compression:

Stored size: 558 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/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

16 entries across 16 versions & 3 rubygems

Version Path
activity_consumer-0.5.4 Rakefile
activity_consumer-0.5.3 Rakefile
activity_consumer-0.5.2 Rakefile
activity_consumer-0.5.1 Rakefile
activity_consumer-0.5.0 Rakefile
activity_consumer-0.4.0 Rakefile
atomic_cms-0.4.0 Rakefile
atomic_cms-0.3.3 Rakefile
atomic_cms-0.3.2 Rakefile
atomic_cms-0.3.1 Rakefile
atomic_cms-0.3.0 Rakefile
atomic_cms-0.2.5 Rakefile
atomic_cms-0.2.3 Rakefile
atomic_cms-0.2.2 Rakefile
magic_carpet-0.6.0 Rakefile
magic_carpet-0.5.0 Rakefile