1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/tests/core
Aaron Suggs e48ac6e8c3 [core] Allow FOG_CREDENTIAL env variable for config
Say your ~/.fog had multiple stanzas:
    :default:
      :aws_access_key_id: aaa
    test:
      :aws_access_key_id: bbb
    prod:
      :aws_access-key_id: ccc

Choose a stanza with an environment variable:
   $ FOG_CREDENTIAL=prod fog
2011-09-10 13:42:55 -04:00
..
attribute_tests.rb Fixed #444 - Unable to squash kvp with false values 2011-07-20 18:18:05 -04:00
credential_tests.rb [core] Allow FOG_CREDENTIAL env variable for config 2011-09-10 13:42:55 -04:00
parser_tests.rb [core] Fix responds_to test helper. 2011-05-17 17:37:56 -04:00
timeout_tests.rb Clean up timeout and add tests. 2011-07-12 13:05:54 +10:00