Skip to content

Commit

Permalink
Fixed tests under JRuby, 1.8.x & ree.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubpawlowicz committed Dec 22, 2012
1 parent d1b7fa9 commit 7b777b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec_deflater.rb
Expand Up @@ -48,7 +48,7 @@ def verify(expected_status, expected_body, accept_encoding, options = {}, &block
status.should.equal(expected_status) status.should.equal(expected_status)


# verify headers # verify headers
block.yield(headers) if block_given? yield(headers) if block_given?


# verify body # verify body
body_text = '' body_text = ''
Expand Down

0 comments on commit 7b777b7

Please sign in to comment.