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

fix mock toggling in rakefile

This commit is contained in:
Wesley Beary 2009-10-14 09:54:49 -07:00
parent 617d53dd23
commit f554243137

View file

@ -39,12 +39,12 @@ end
namespace :specs do
task :with_mocking do
Fog.mocking = true
Fog.mock!
Rake::Task[:spec].invoke
end
task :without_mocking do
Fog.mocking = true
Fog.mock!
Rake::Task[:spec].invoke
end