Skip to content

Commit

Permalink
Added a missing test case: assert_mf_... with no arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebrock committed May 30, 2009
1 parent e48d8b1 commit 7cc1727
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/assert_microformats_test.rb
Expand Up @@ -124,6 +124,7 @@ def test_should_use_test_response_if_no_html_is_provided
assert_microformat @response.body, :hcard, :fn => 'George Brocklehurst'
assert_microformat :hcard, :fn => 'George Brocklehurst'
assert_mf_hcard @response.body, :fn => 'George Brocklehurst'
assert_mf_hcard
assert_mf_hcard :fn => 'George Brocklehurst'
end

Expand Down

0 comments on commit 7cc1727

Please sign in to comment.