Remove fivemat

This commit is contained in:
Thomas Reynolds 2015-08-06 11:06:34 -07:00
parent b0c90e1192
commit dcbeb7dc76
4 changed files with 3 additions and 5 deletions

View file

@ -13,7 +13,6 @@ end
group :test do
gem 'cucumber'
gem 'fivemat'
gem 'aruba'
gem 'rspec'
end

View file

@ -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'