Skip to content

Commit

Permalink
[Haml] Fix another test I just caused to fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Aug 8, 2010
1 parent b1c1319 commit dd3afbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/haml/helper_test.rb
Expand Up @@ -410,7 +410,7 @@ def test_error_return_line_in_helper
render("- something_that_uses_haml_concat")
assert false, "Expected Haml::Error"
rescue Haml::Error => e
assert_equal 12, e.backtrace[0].scan(/:(\d+)/).first.first.to_i
assert_equal 16, e.backtrace[0].scan(/:(\d+)/).first.first.to_i
end

class ActsLikeTag
Expand Down

0 comments on commit dd3afbf

Please sign in to comment.