Sha256: 4fcc63d4d0c4cf8472d58bcaedfe87b6178d0aced01021c33e92d36222870dac

Contents?: true

Size: 498 Bytes

Versions: 98

Compression:

Stored size: 498 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

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

Version data entries

98 entries across 98 versions & 9 rubygems

Version Path
aslakhellesoy-cucumber-0.3.10 examples/tickets/Rakefile
aslakhellesoy-cucumber-0.3.100 examples/tickets/Rakefile
aslakhellesoy-cucumber-0.3.101.2 examples/tickets/Rakefile
aslakhellesoy-cucumber-0.3.101 examples/tickets/Rakefile
aslakhellesoy-cucumber-0.3.102.1 examples/tickets/Rakefile
aslakhellesoy-cucumber-0.3.102.2 examples/tickets/Rakefile
aslakhellesoy-cucumber-0.3.102 examples/tickets/Rakefile
aslakhellesoy-cucumber-0.3.103 examples/tickets/Rakefile
aslakhellesoy-cucumber-0.3.104 examples/tickets/Rakefile
aslakhellesoy-cucumber-0.3.11.1 examples/tickets/Rakefile
aslakhellesoy-cucumber-0.3.11.200907091518 examples/tickets/Rakefile
aslakhellesoy-cucumber-0.3.11.3 examples/tickets/Rakefile
aslakhellesoy-cucumber-0.3.11.5 examples/tickets/Rakefile
aslakhellesoy-cucumber-0.3.11.6 examples/tickets/Rakefile
aslakhellesoy-cucumber-0.3.11 examples/tickets/Rakefile
aslakhellesoy-cucumber-0.3.3.3 examples/tickets/Rakefile
aslakhellesoy-cucumber-0.3.3.4 examples/tickets/Rakefile
aslakhellesoy-cucumber-0.3.3.5 examples/tickets/Rakefile
aslakhellesoy-cucumber-0.3.3.6 examples/tickets/Rakefile
aslakhellesoy-cucumber-0.3.4 examples/tickets/Rakefile