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

don't redefine Fog.credentials (fixes odd occasional failing spec runs)

This commit is contained in:
geemus 2010-11-02 11:44:10 -07:00
parent 8bcdc5753b
commit 56fa149664
2 changed files with 0 additions and 5 deletions

View file

@ -46,10 +46,6 @@ module Fog
@bin = new_bin
end
def self.credentials
{}
end
def self.mock!
@mocking = true
end

View file

@ -15,7 +15,6 @@ module Fog
ENV["FOG_RC"] || '~/.fog'
end
remove_method :credentials
def credentials
@credentials ||= begin
path = File.expand_path(config_path)