Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Sep 12, 2009
1 parent 4bddee1 commit 7a177bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_html_unscape_forms.rb
Expand Up @@ -32,7 +32,7 @@ def test_image_button
end

def test_radio_button
f = Mechanize::Form::RadioButton.new('a&b', 'a&b', nil, nil)
f = Mechanize::Form::RadioButton.new('a&b', 'a&b', nil, nil, nil)
assert_equal('a&b', f.name)
assert_equal('a&b', f.value)
end
Expand Down

0 comments on commit 7a177bf

Please sign in to comment.