Sha256: c9afab1545e5f67194def56e410acc4bb41b868e4e9dca2e2d2f8ffc9dfa7e62
Contents?: true
Size: 375 Bytes
Versions: 8
Compression:
Stored size: 375 Bytes
Contents
require 'test_helper' module Europe module Currency # ExchangeRatesTest class ExchangeRatesTest < Minitest::Test include Benchmark def setup WebMock.disable! end def test_retrieval_exchange_rates rates = Europe::Currency::ExchangeRates.retrieve assert rates[:rates].keys.include?(:GBP) end end end end
Version data entries
8 entries across 8 versions & 1 rubygems