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

View file

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