Sha256: 6216e0f3238b624f396d1ae188211559a6f7b82edbbe139186296563f50f3272

Contents?: true

Size: 190 Bytes

Versions: 8

Compression:

Stored size: 190 Bytes

Contents

require 'timecop'

RSpec.configure do |config|
end

def load_rate_http_response(name)
  f = File.expand_path("../rates/#{name}.html", __FILE__)
  File.read(f, :encoding => 'iso-8859-1')
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
fixer_currency-3.4.3 spec/spec_helper.rb
fixer_currency-3.4.2 spec/spec_helper.rb
google_currency-3.4.1 spec/spec_helper.rb
google_currency-3.4.0 spec/spec_helper.rb
google_currency-3.3.0 spec/spec_helper.rb
google_currency-3.2.0 spec/spec_helper.rb
google_currency-3.1.0 spec/spec_helper.rb
google_currency-3.0.0 spec/spec_helper.rb