Skip to content

Commit

Permalink
Change Cucumber output format. [#27]
Browse files Browse the repository at this point in the history
  • Loading branch information
marnen committed May 27, 2009
1 parent 76ee94c commit 45cef67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/cucumber.rake
Expand Up @@ -4,7 +4,7 @@ begin
require 'cucumber/rake/task'

Cucumber::Rake::Task.new(:features) do |t|
t.cucumber_opts = "--format pretty"
t.cucumber_opts = "--format pretty --profile html_report"
end
task :features => 'db:test:prepare'
rescue LoadError
Expand Down

0 comments on commit 45cef67

Please sign in to comment.