don't run cucumber tests in this repo, at least not yet.

This commit is contained in:
Micah Geisel 2020-02-01 14:59:22 -08:00 committed by Micah Geisel
parent fbab24e50f
commit d26ffe15c4
1 changed files with 1 additions and 4 deletions

View File

@ -15,10 +15,7 @@ RSpec::Core::RakeTask.new(:rcov) do |spec|
spec.rcov = true
end
require 'cucumber/rake/task'
Cucumber::Rake::Task.new(:features)
task :default => [:spec, :features]
task :default => :spec
desc "Cleans the project of any tmp file that should not be included in the gemspec."
task :clean do