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

Only run mocked tests by default

This allows tests to run and pass without requiring network access or
credentials to services the user does not have.

See also 
This commit is contained in:
Eric Hodel 2012-10-18 17:17:38 -07:00
parent 97e62a9b1a
commit 35784af0f0

View file

@ -59,7 +59,7 @@ namespace :test do
end
task :test do
Rake::Task[:mock_tests].invoke && Rake::Task[:real_tests].invoke
Rake::Task[:mock_tests].invoke
end
def tests(mocked)