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
1 changed files with 6 additions and 0 deletions

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