Sha256: 8dad4afa32b0731d56eb0233a7a2844bb2731382e64dd7b719068493a095c240

Contents?: true

Size: 1.88 KB

Versions: 113

Compression:

Stored size: 1.88 KB

Contents

# IMPORTANT: This file is generated by cucumber-rails - edit at your own peril.
# It is recommended to regenerate this file in the future when you upgrade to a 
# newer version of cucumber-rails. Consider adding your own code to a new file 
# instead of editing this one. Cucumber will automatically load all features/**/*.rb
# files.


unless ARGV.any? {|a| a =~ /^gems/} # Don't load anything when running the gems:* tasks

vendored_cucumber_bin = Dir["#{Rails.root}/vendor/{gems,plugins}/cucumber*/bin/cucumber"].first
$LOAD_PATH.unshift(File.dirname(vendored_cucumber_bin) + '/../lib') unless vendored_cucumber_bin.nil?

begin
  require 'cucumber/rake/task'

  namespace :cucumber do
    Cucumber::Rake::Task.new(:ok, 'Run features that should pass') do |t|
      t.binary = vendored_cucumber_bin # If nil, the gem's binary is used.
      t.fork = true # You may get faster startup if you set this to false
      t.profile = 'default'
    end

    Cucumber::Rake::Task.new(:wip, 'Run features that are being worked on') do |t|
      t.binary = vendored_cucumber_bin
      t.fork = true # You may get faster startup if you set this to false
      t.profile = 'wip'
    end

    Cucumber::Rake::Task.new(:rerun, 'Record failing features and run only them if any exist') do |t|
      t.binary = vendored_cucumber_bin
      t.fork = true # You may get faster startup if you set this to false
      t.profile = 'rerun'
    end

    desc 'Run all features'
    task :all => [:ok, :wip]
  end
  desc 'Alias for cucumber:ok'
  task :cucumber => 'cucumber:ok'

  task :default => :cucumber

  task :features => :cucumber do
    STDERR.puts "*** The 'features' task is deprecated. See rake -T cucumber ***"
  end
rescue LoadError
  desc 'cucumber rake task not available (cucumber not installed)'
  task :cucumber do
    abort 'Cucumber rake task is not available. Be sure to install cucumber as a gem or plugin'
  end
end

end

Version data entries

113 entries across 113 versions & 2 rubygems

Version Path
noodall-ui-0.5.15 lib/tasks/cucumber.rake
noodall-ui-0.5.14 lib/tasks/cucumber.rake
noodall-ui-0.5.13 lib/tasks/cucumber.rake
noodall-ui-0.5.12 lib/tasks/cucumber.rake
noodall-ui-0.5.11 lib/tasks/cucumber.rake
noodall-ui-0.4.11 lib/tasks/cucumber.rake
noodall-ui-0.4.10 lib/tasks/cucumber.rake
noodall-ui-0.5.10 lib/tasks/cucumber.rake
noodall-ui-0.5.9 lib/tasks/cucumber.rake
noodall-ui-0.4.9 lib/tasks/cucumber.rake
noodall-ui-0.5.8 lib/tasks/cucumber.rake
noodall-ui-0.4.8 lib/tasks/cucumber.rake
noodall-ui-0.4.7 lib/tasks/cucumber.rake
noodall-ui-0.5.7 lib/tasks/cucumber.rake
noodall-ui-0.5.6 lib/tasks/cucumber.rake
noodall-ui-0.5.5 lib/tasks/cucumber.rake
noodall-ui-0.5.4 lib/tasks/cucumber.rake
noodall-ui-0.5.3 lib/tasks/cucumber.rake
noodall-ui-0.5.2 lib/tasks/cucumber.rake
noodall-ui-0.5.1 lib/tasks/cucumber.rake