Skip to content
This repository was archived by the owner on Dec 5, 2020. It is now read-only.

Commit

Permalink
Update api_spec.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
hankphung authored Sep 11, 2017
1 parent 1084626 commit 7d5bccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/get_response/api_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
describe 'limitted requests' do
let(:result) { api.products.create({}) }
it { expect(result.success?).to be false }
it { expect(result.rate_limitted?).to be true }
it { expect(result.rate_limited?).to be true }
it { expect(result.rate_limit_reset_time).to eq 600 }
end
end

0 comments on commit 7d5bccd

Please sign in to comment.