Skip to content

Commit cc774fe

Browse files
committed
Changing cucumber format to progress.
The 'pretty' format was printing out tons of output, and was getting a bit long in the tooth. So let's just move to progress.
1 parent 537a1c6 commit cc774fe

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Rakefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@ end
1919

2020
#this lets us run 'rake features' to run cucumber tests
2121
Cucumber::Rake::Task.new(:features) do |t|
22-
#let's do some pretty output!
23-
t.cucumber_opts = "--format pretty"
22+
t.cucumber_opts = "--format progress"
2423
end

0 commit comments

Comments
 (0)