Try Fivemat cucumber output
This commit is contained in:
parent
7c78b20f65
commit
3d1f8e7624
1
Gemfile
1
Gemfile
|
@ -2,6 +2,7 @@ source :rubygems
|
|||
|
||||
group :development do
|
||||
gem "cucumber", "~> 1.1.0"
|
||||
gem "fivemat"
|
||||
gem "aruba", "~> 0.4.11"
|
||||
gem "rake", "~> 0.9.2"
|
||||
gem "rspec", "~> 2.7"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue