mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
don't run cucumber tests in this repo, at least not yet.
This commit is contained in:
parent
fbab24e50f
commit
d26ffe15c4
1 changed files with 1 additions and 4 deletions
5
Rakefile
5
Rakefile
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue