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

[Openstack|Tests] Add rake subtask for testing only Openstack

This commit is contained in:
Brandon Dunne 2014-12-08 12:21:18 -05:00
parent f1500ba000
commit 62ae444225

View file

@ -68,7 +68,9 @@ namespace :test do
task :ovirt do
sh("export FOG_MOCK=#{mock} && bundle exec shindont tests/ovirt")
end
task :openstack do
sh("export FOG_MOCK=#{mock} && bundle exec shindont tests/openstack")
end
end
desc 'Run mocked tests for a specific provider'