1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

removed unnecessary test_pass test from form_tag_helper_test.rb

This commit is contained in:
Karunakar (Ruby) 2012-01-13 22:40:48 +05:30
parent d393e46149
commit 47998c6a38

View file

@ -482,10 +482,6 @@ class FormTagHelperTest < ActionView::TestCase
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 %>")