Remove fivemat
This commit is contained in:
parent
b0c90e1192
commit
dcbeb7dc76
4 changed files with 3 additions and 5 deletions
|
@ -13,7 +13,6 @@ end
|
|||
|
||||
group :test do
|
||||
gem 'cucumber'
|
||||
gem 'fivemat'
|
||||
gem 'aruba'
|
||||
gem 'rspec'
|
||||
end
|
||||
|
|
|
@ -4,7 +4,7 @@ Bundler::GemHelper.install_tasks
|
|||
require 'cucumber/rake/task'
|
||||
|
||||
Cucumber::Rake::Task.new(:cucumber, 'Run features that should pass') do |t|
|
||||
t.cucumber_opts = "--color --tags ~@wip --strict --format #{ENV['CUCUMBER_FORMAT'] || 'Fivemat'}"
|
||||
t.cucumber_opts = "--color --tags ~@wip --strict"
|
||||
end
|
||||
|
||||
require 'rake/clean'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue