Rake cucumber should be pretty
This commit is contained in:
parent
2a9fc776e6
commit
27f78dd1ad
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ begin
|
||||||
t.binary = vendored_cucumber_bin # If nil, the gem's binary is used.
|
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.fork = true # You may get faster startup if you set this to false
|
||||||
t.profile = 'default'
|
t.profile = 'default'
|
||||||
t.cucumber_opts = "--exclude features/uri-tests/*"
|
t.cucumber_opts = "-f pretty --exclude features/uri-tests/*"
|
||||||
end
|
end
|
||||||
|
|
||||||
Cucumber::Rake::Task.new(:wip, 'Run features that are being worked on') do |t|
|
Cucumber::Rake::Task.new(:wip, 'Run features that are being worked on') do |t|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue