Try Fivemat cucumber output

This commit is contained in:
Thomas Reynolds 2012-04-12 11:04:23 -07:00
parent 7c78b20f65
commit 3d1f8e7624
2 changed files with 2 additions and 1 deletions

View file

@ -17,7 +17,7 @@ class Bundler::GemHelper
end
Cucumber::Rake::Task.new(:test, 'Run features that should pass') do |t|
t.cucumber_opts = "--color --tags ~@wip --strict --format #{ENV['CUCUMBER_FORMAT'] || 'pretty'}"
t.cucumber_opts = "--color --tags ~@wip --strict --format #{ENV['CUCUMBER_FORMAT'] || 'Fivemat'}"
end
# YARD::Rake::YardocTask.new