Sha256: 0bce350aa7a562f86bdebea734856ae49468825a164f73781ac39f1237cc67f5

Contents?: true

Size: 625 Bytes

Versions: 119

Compression:

Stored size: 625 Bytes

Contents

$:.unshift(File.dirname(__FILE__) + '/../../lib')
require 'cucumber/rake/task'

Cucumber::Rake::Task.new(:pretty) do |t|
  t.cucumber_opts = %w{--tags ~@intentional_failure --format pretty -q}
end

Cucumber::Rake::Task.new(:html) do |t|
  t.cucumber_opts = %w{--tags ~@intentional_failure --format html --out features.html}
end

Cucumber::Rake::Task.new(:progress) do |t|
  t.cucumber_opts = %w{--tags ~@intentional_failure --format progress -i -s}
end

Cucumber::Rake::Task.new(:rerun) do |t|
  t.cucumber_opts = %w{--tags ~@intentional_failure --format rerun -i -s}
end

task :default => [:pretty, :html, :progress, :rerun]

Version data entries

119 entries across 117 versions & 15 rubygems

Version Path
cucumber-1.3.20 fixtures/tickets/Rakefile
cucumber-1.3.19 fixtures/tickets/Rakefile
cucumber-1.3.18 fixtures/tickets/Rakefile
cucumber-1.3.17 fixtures/tickets/Rakefile
cucumber-1.3.16 fixtures/tickets/Rakefile
cucumber-1.3.15 fixtures/tickets/Rakefile
cucumber-1.3.14 fixtures/tickets/Rakefile
cucumber-1.3.13 fixtures/tickets/Rakefile
cucumber-1.3.12 fixtures/tickets/Rakefile
cucumber-1.3.11 fixtures/tickets/Rakefile
cucumber-1.3.10 fixtures/tickets/Rakefile
cucumber-1.3.9 fixtures/tickets/Rakefile
candlepin-api-0.4.0 bundle/ruby/1.9.1/gems/cucumber-1.2.1/fixtures/tickets/Rakefile
candlepin-api-0.4.0 bundle/ruby/1.8/gems/cucumber-1.2.1/fixtures/tickets/Rakefile
candlepin-api-0.4.0 bundle/ruby/gems/cucumber-1.2.1/fixtures/tickets/Rakefile
cucumber-1.3.8 fixtures/tickets/Rakefile
cucumber-1.3.7 fixtures/tickets/Rakefile
cucumber-1.3.6 fixtures/tickets/Rakefile
cucumber-1.3.5 fixtures/tickets/Rakefile
cucumber-1.3.4 fixtures/tickets/Rakefile