Skip to content

Commit

Permalink
cleanup someone's sickly puts
Browse files Browse the repository at this point in the history
  • Loading branch information
ujifgc committed Jul 8, 2013
1 parent 5976923 commit 7e0feae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion padrino-helpers/test/test_form_helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,6 @@ def app
"Enemies" => ["Palpatine",['Darth Vader',3], {:disabled => true}]
}
actual_html = select_tag( 'name', :grouped_options => opts )
puts actual_html
assert_has_tag(:select, :name => "name") { actual_html }
assert_has_tag(:option, :disabled => 'disabled', :count => 0) { actual_html }
assert_has_tag(:optgroup, :disabled => 'disabled', :count => 1) { actual_html }
Expand Down

0 comments on commit 7e0feae

Please sign in to comment.