Skip to content

Commit

Permalink
m unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
notEthan committed Jun 21, 2018
1 parent 4c9d4c0 commit 6ddf0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/scorpio_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def test_that_it_has_a_version_number
assert_raises(ArgumentError) { Article.new("foo") }
end
it 'reports schema failure when the request does not match the request schema' do
err = assert_raises(Scorpio::RequestSchemaFailure) do
assert_raises(Scorpio::RequestSchemaFailure) do
# title is supposed to be a string
Article.post('title' => {'music' => '!'})
end
Expand Down

0 comments on commit 6ddf0ca

Please sign in to comment.