Skip to content

Commit

Permalink
Added __ to assert with no __ blanks.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimweirich committed Dec 4, 2011
1 parent 007eeff commit d92f323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/about_hashes.rb
Expand Up @@ -22,7 +22,7 @@ def test_accessing_hashes

def test_accessing_hashes_with_fetch
hash = { :one => "uno" }
assert_equal "uno", hash.fetch(:one)
assert_equal __("uno"), hash.fetch(:one)
assert_raise(___(IndexError, KeyError)) do
hash.fetch(:doesnt_exist)
end
Expand Down

0 comments on commit d92f323

Please sign in to comment.