Sha256: 8b64c303a2cdc3ee63780a8f4b9992f8e1d6b3f928ab9c73e97a2954ba67d7fc

Contents?: true

Size: 447 Bytes

Versions: 34

Compression:

Stored size: 447 Bytes

Contents

require 'bundler/setup'
require 'bundler/gem_tasks'
require 'cucumber/rake/task'
require 'appraisal'

Cucumber::Rake::Task.new do |t|
  t.fork = true
  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 cucumber')
end

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

Version data entries

34 entries across 26 versions & 5 rubygems

Version Path
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/shoulda-3.5.0/Rakefile
challah-1.0.0 vendor/bundle/gems/shoulda-3.5.0/Rakefile
challah-1.0.0.beta3 vendor/bundle/gems/shoulda-3.4.0/Rakefile
challah-1.0.0.beta3 vendor/bundle/gems/shoulda-3.5.0/Rakefile
shoulda-3.5.0 Rakefile
challah-1.0.0.beta2 vendor/bundle/gems/shoulda-3.4.0/Rakefile
challah-1.0.0.beta vendor/bundle/gems/shoulda-3.4.0/Rakefile
challah-1.0.0.beta vendor/bundle/gems/shoulda-3.3.2/Rakefile
shoulda-3.4.0 Rakefile
challah-0.9.1.beta.3 vendor/bundle/gems/shoulda-3.3.2/Rakefile
devise_sociable-0.1.0 vendor/bundle/gems/shoulda-3.3.2/Rakefile
challah-0.9.1.beta vendor/bundle/gems/shoulda-3.3.2/Rakefile
challah-0.9.0 vendor/bundle/gems/shoulda-3.3.2/Rakefile
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.3/vendor/bundle/gems/shoulda-3.1.1/Rakefile
challah-rolls-0.2.0 vendor/bundle/gems/shoulda-3.1.1/Rakefile
challah-rolls-0.2.0 vendor/bundle/gems/shoulda-3.3.2/Rakefile
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.3/vendor/bundle/gems/shoulda-3.3.2/Rakefile
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.0.pre/vendor/bundle/gems/shoulda-3.1.1/Rakefile
challah-0.8.3 vendor/bundle/gems/shoulda-3.3.2/Rakefile
challah-0.8.3 vendor/bundle/gems/shoulda-3.1.1/Rakefile