mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-25 04:22:28 +01:00
Ensure historical data is returned
This commit is contained in:
parent
8d007357b1
commit
3c0f4a060c
@ -27,6 +27,7 @@ describe 'the API' do
|
||||
it 'returns historical data' do
|
||||
get '/2012-11-20'
|
||||
json['rates'].wont_be :empty?
|
||||
json['date'].must_equal '2012-11-20'
|
||||
end
|
||||
|
||||
it 'works around holidays' do
|
||||
|
Loading…
Reference in New Issue
Block a user