Sha256: 8639f6c4a1abb563cba8c3e38344b764328d5751651704f41f001a37e1b8903d

Contents?: true

Size: 223 Bytes

Versions: 48

Compression:

Stored size: 223 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'
    end
  end
end

Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
copy_tuner_client-0.4.1 spec/support/client_spec_helpers.rb
copy_tuner_client-0.4.0 spec/support/client_spec_helpers.rb
copy_tuner_client-0.3.5 spec/support/client_spec_helpers.rb
copy_tuner_client-0.3.4 spec/support/client_spec_helpers.rb
copy_tuner_client-0.3.3 spec/support/client_spec_helpers.rb
copy_tuner_client-0.3.2 spec/support/client_spec_helpers.rb
copy_tuner_client-0.3.1 spec/support/client_spec_helpers.rb
copy_tuner_client-0.3.0 spec/support/client_spec_helpers.rb