Skip to content

Commit

Permalink
fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
joaohornburg committed Aug 16, 2019
1 parent d70ba1a commit 21bd338
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions spec/lib/rdstation/api_response_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@
context "when the response body is not JSON-parseable" do
let(:response) { OpenStruct.new(code: 504, body: '<html><head></head><body></body></html>') }

it "raises no error" do
expect do
RDStation::ApiResponse.build(response)
end.not_to raise_error
end

it_behaves_like 'call_error_handler'
end
end
Expand Down

0 comments on commit 21bd338

Please sign in to comment.