Sha256: 6800d51bd7acc74c667a9aacc612ff307dc6be7ef7431039a9b0b9ae563005c4
Contents?: true
Size: 255 Bytes
Versions: 3
Compression:
Stored size: 255 Bytes
Contents
module ClientSpecHelpers def reset_config CopyTunerClient.configuration = nil CopyTunerClient.configure(false) do |config| config.api_key = 'abc123' config.s3_host = 'copy-tuner.com' config.html_escape = true end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
copy_tuner_client-0.19.0 | spec/support/client_spec_helpers.rb |
copy_tuner_client-0.18.0 | spec/support/client_spec_helpers.rb |
copy_tuner_client-0.17.1 | spec/support/client_spec_helpers.rb |