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