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

temporary rake task for convenient testing

This commit is contained in:
Michael Hale 2011-02-08 10:12:27 -05:00 committed by geemus
parent bac6906534
commit 20cc08082d

View file

@ -46,6 +46,12 @@ end
task :default => :test
namespace :test do
task :dynect do
sh("export FOG_MOCK=false && bundle exec shindont tests/dns/requests/dynect")
end
end
task :examples do
sh("export FOG_MOCK=false && bundle exec shindont examples")
# some don't provide mocks so we'll leave this out for now