Skip to content

Commit

Permalink
less specific tests to find out where runcoderun is choking
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfrench committed Mar 1, 2010
1 parent 1726142 commit 38479e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/inputs/date_input_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
end

it 'should associate the legend label with the first select' do
output_buffer.should have_tag('form li.date fieldset legend.label')
output_buffer.should have_tag('form li.date fieldset legend.label label')
output_buffer.should have_tag('form li.date fieldset legend.label label[@for]')
output_buffer.should have_tag('form li.date fieldset legend.label label[@for="post_publish_at_1i"]')
end

Expand Down

0 comments on commit 38479e7

Please sign in to comment.