mirror of
https://github.com/redmine/redmine.git
synced 2025-11-14 01:06:00 +01:00
Replaced remaining #assert_tag with #assert_select.
git-svn-id: http://svn.redmine.org/redmine/trunk@13624 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -95,7 +95,7 @@ class VersionsControllerTest < ActionController::TestCase
|
||||
assert_template 'show'
|
||||
assert_not_nil assigns(:version)
|
||||
|
||||
assert_tag :tag => 'h2', :content => /1.0/
|
||||
assert_select 'h2', :text => /1.0/
|
||||
end
|
||||
|
||||
def test_show_should_display_nil_counts
|
||||
|
||||
Reference in New Issue
Block a user