Skip to content

Instantly share code, notes, and snippets.

@igkuz
Created February 6, 2014 14:08
Show Gist options
  • Save igkuz/8844814 to your computer and use it in GitHub Desktop.
Save igkuz/8844814 to your computer and use it in GitHub Desktop.
class A
def test
StorageClient.configure do |config|
config.host = "http://127.0.0.1"
config.api_version = "v1"
config.app_id = "123"
config.token = "adfasdfadsfasdf"
end
assert_equal "123", StorageClient.config.app_id
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment