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 #1218
This commit is contained in:
parent
97e62a9b1a
commit
35784af0f0
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue