Sha256: cc0fb6ed4c66fcc1debcd78bf5157b4ca11a9df01534217b1b8086e3b44afed4

Contents?: true

Size: 501 Bytes

Versions: 1

Compression:

Stored size: 501 Bytes

Contents

# encoding: UTF-8
require 'minitest/autorun'
require 'rr'
require 'money/bank/open_exchange_rates_bank'
require 'monetize/core_extensions'
require 'timecop'
require 'pry'
Money.silence_core_extensions_deprecations = true

TEST_APP_ID_PATH = File.join(File.dirname(__FILE__), '..', 'TEST_APP_ID')
TEST_APP_ID = ENV['TEST_APP_ID'] || File.read(TEST_APP_ID_PATH)

if TEST_APP_ID.nil? || TEST_APP_ID.empty?
  raise "Please add a valid app id to file #{TEST_APP_ID_PATH} or to TEST_APP_ID environment"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
money-open-exchange-rates-0.1.7 test/test_helper.rb