1
0
Fork 0
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:
Ben Mabey 2009-05-08 18:46:52 -06:00
parent fac3ccbead
commit 23c65e6e38

View file

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