mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
updated default rake task to run features in addition to specs
This commit is contained in:
parent
fac3ccbead
commit
23c65e6e38
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -43,4 +43,4 @@ rescue LoadError
|
|||
puts "Cucumber is not available. In order to run features, you must: sudo gem install cucumber"
|
||||
end
|
||||
|
||||
task :default => :spec
|
||||
task :default => [:spec, :features]
|
||||
|
|
Loading…
Add table
Reference in a new issue