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:
parent
bac6906534
commit
20cc08082d
1 changed files with 6 additions and 0 deletions
6
Rakefile
6
Rakefile
|
@ -46,6 +46,12 @@ end
|
||||||
|
|
||||||
task :default => :test
|
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
|
task :examples do
|
||||||
sh("export FOG_MOCK=false && bundle exec shindont examples")
|
sh("export FOG_MOCK=false && bundle exec shindont examples")
|
||||||
# some don't provide mocks so we'll leave this out for now
|
# some don't provide mocks so we'll leave this out for now
|
||||||
|
|
Loading…
Reference in a new issue