Skip to content

Commit

Permalink
remove whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelp committed Aug 11, 2012
1 parent 203efab commit ca779f3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions test/historical_bank_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@
source = Money::Bank::OpenExchangeRatesLoader::HIST_URL + '2009-09-09.json'
stub(@bank).open(source) { File.open @cache_path }
d1 = Date.new(2009,9,9)

rate = @bank.get_rate(d1, 'USD', 'EUR')
rate.must_equal 0.73062465
end

describe 'environment variable set with api id' do
before do
ENV['OPENEXCHANGERATES_APP_ID'] = 'example-of-app-id'
Expand All @@ -76,8 +76,10 @@

rate = @bank.get_rate(d1, 'USD', 'EUR')
rate.must_equal 0.73062465
end
end
end


end

describe 'export/import' do
Expand Down

0 comments on commit ca779f3

Please sign in to comment.