Skip to content

Commit

Permalink
Fix assertion on bacon
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Dec 17, 2019
1 parent 2bef132 commit bb4d78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec_showexceptions.rb
Expand Up @@ -92,7 +92,7 @@ def show_exceptions(app)
[{ "HTTP_ACCEPT" => "text/foo" }, true],
[{ "HTTP_ACCEPT" => "text/html" }, false]
].each do |env, expected|
assert_equal(expected, exc.prefers_plaintext?(env))
expected.should.equal exc.prefers_plaintext?(env)
end
end
end

0 comments on commit bb4d78f

Please sign in to comment.