@@ -283,11 +283,11 class IssuesControllerTest < ActionController::TestCase | |||
|
283 | 283 | assert_select 'tr.group', 3 |
|
284 | 284 | assert_select 'tr.group' do |
|
285 | 285 | assert_select 'a', :text => 'John Smith' |
|
286 |
assert_select 'span.count', :text => ' |
|
|
286 | assert_select 'span.count', :text => '1' | |
|
287 | 287 | end |
|
288 | 288 | assert_select 'tr.group' do |
|
289 | 289 | assert_select 'a', :text => 'Dave Lopper' |
|
290 |
assert_select 'span.count', :text => ' |
|
|
290 | assert_select 'span.count', :text => '2' | |
|
291 | 291 | end |
|
292 | 292 | end |
|
293 | 293 |
General Comments 0
You need to be logged in to leave comments.
Login now