Navigation Menu

Skip to content

Commit

Permalink
removed unnecessary test_pass test from form_tag_helper_test.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Karunakar committed Jan 13, 2012
1 parent d393e46 commit 47998c6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions actionpack/test/template/form_tag_helper_test.rb
Expand Up @@ -482,10 +482,6 @@ def test_range_input_tag
assert_dom_equal(expected, range_field_tag("volume", nil, :in => 0..11, :step => 0.1))
end

def test_pass
assert_equal 1, 1
end

def test_field_set_tag_in_erb
output_buffer = render_erb("<%= field_set_tag('Your details') do %>Hello world!<% end %>")

Expand Down

0 comments on commit 47998c6

Please sign in to comment.