Skip to content

Commit

Permalink
More effective way of clearing credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
epall committed Mar 28, 2011
1 parent b133284 commit 92e568a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_connect.rb
Expand Up @@ -21,7 +21,7 @@ def test_error_flag
end

def test_fails_fast_with_no_username
Sauce.config {|config|}
Sauce.config {|c| c.username = nil; c.access_key = nil}
username = ENV['SAUCE_USERNAME']
access_key = ENV['SAUCE_ACCESS_KEY']

Expand Down

0 comments on commit 92e568a

Please sign in to comment.