spec/iex/resources/ohlc_spec.rb in iex-ruby-client-0.3.3 vs spec/iex/resources/ohlc_spec.rb in iex-ruby-client-0.4.0
- old
+ new
@@ -22,9 +22,10 @@
end
it 'retrieves a open price date/time' do
expect(subject.open.time.to_f).to eq 1_528_723_800.272
end
end
+
context 'market', vcr: { cassette_name: 'ohlc/market' } do
subject do
IEX::Resources::OHLC.market
end
it 'retrieves a right number of stocks' do