Sha256: 1d215683daca9cfed06395bba72b984f3a0aff6ee61bdcf42486d810e140c28a

Contents?: true

Size: 631 Bytes

Versions: 28

Compression:

Stored size: 631 Bytes

Contents

require 'bundler/setup'
require 'bundler/gem_tasks'
require 'rspec/core/rake_task'
require 'cucumber/rake/task'
require 'appraisal'

RSpec::Core::RakeTask.new do |t|
  t.pattern = "spec/**/*_spec.rb"
  t.rspec_opts = '--color --format progress'
  t.verbose = false
end

Cucumber::Rake::Task.new do |t|
  t.fork = false
  t.cucumber_opts = ['--format', (ENV['CUCUMBER_FORMAT'] || 'progress')]
end

desc 'Test the plugin under all supported Rails versions.'
task :all => ["appraisal:cleanup", "appraisal:install"] do
  exec('rake appraisal spec cucumber')
end

desc 'Default: run specs and cucumber features'
task :default => [:all]

Version data entries

28 entries across 20 versions & 4 rubygems

Version Path
challah-1.0.0.beta vendor/bundle/gems/shoulda-matchers-1.4.2/Rakefile
challah-0.9.1.beta.3 vendor/bundle/gems/shoulda-matchers-1.4.2/Rakefile
devise_sociable-0.1.0 vendor/bundle/gems/shoulda-matchers-1.4.2/Rakefile
challah-0.9.1.beta vendor/bundle/gems/shoulda-matchers-1.4.2/Rakefile
challah-0.9.0 vendor/bundle/gems/shoulda-matchers-1.4.2/Rakefile
shoulda-matchers-1.4.2 Rakefile
challah-rolls-0.2.0 vendor/bundle/gems/shoulda-matchers-1.4.1/Rakefile
challah-rolls-0.2.0 vendor/bundle/gems/shoulda-matchers-1.3.0/Rakefile
challah-rolls-0.2.0 vendor/bundle/gems/shoulda-matchers-1.2.0/Rakefile
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.3/vendor/bundle/gems/shoulda-matchers-1.4.1/Rakefile
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.3/vendor/bundle/gems/shoulda-matchers-1.3.0/Rakefile
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.0.pre/vendor/bundle/gems/shoulda-matchers-1.2.0/Rakefile
challah-0.8.3 vendor/bundle/gems/shoulda-matchers-1.3.0/Rakefile
challah-0.8.3 vendor/bundle/gems/shoulda-matchers-1.4.1/Rakefile
shoulda-matchers-1.4.1 Rakefile
shoulda-matchers-1.4.0 Rakefile
challah-0.8.1 vendor/bundle/gems/shoulda-matchers-1.3.0/Rakefile
challah-rolls-0.1.0 vendor/bundle/gems/challah-0.8.0.pre/vendor/bundle/gems/shoulda-matchers-1.2.0/Rakefile
challah-rolls-0.1.0 vendor/bundle/gems/shoulda-matchers-1.2.0/Rakefile
challah-rolls-0.1.0 vendor/bundle/gems/shoulda-matchers-1.3.0/Rakefile