Skip to content

Commit

Permalink
Add DebugHelperTest
Browse files Browse the repository at this point in the history
  • Loading branch information
robertomiranda committed Mar 5, 2013
1 parent cfa9e61 commit 8404925
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions actionpack/test/template/debug_helper_test.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
class DebugHelperTest < ActionView::TestCase

def test_debug
company = Company.new(name: "firebase")
assert_match "&nbsp; name: firebase", debug(company)
end

end

0 comments on commit 8404925

Please sign in to comment.