consolidate rake test tasks

This commit is contained in:
geemus 2010-12-14 14:39:40 -08:00
parent 54f15616bc
commit 560a7736e7
1 changed files with 0 additions and 7 deletions

View File

@ -46,13 +46,6 @@ end
task :default => :test
task :test do
sh("export FOG_MOCK=true && bundle exec spec -cfs spec") &&
sh("export FOG_MOCK=true && bundle exec shindo tests") &&
sh("export FOG_MOCK=false && bundle exec spec -cfs spec") &&
sh("export FOG_MOCK=false && bundle exec shindo tests")
end
task :ci do
sh("export FOG_MOCK=true && bundle exec spec spec") &&
sh("export FOG_MOCK=true && bundle exec shindont tests") &&
sh("export FOG_MOCK=false && bundle exec spec spec") &&