1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

consolidate rake test tasks

This commit is contained in:
geemus 2010-12-14 14:39:40 -08:00
parent 54f15616bc
commit 560a7736e7

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") &&