diff --git a/test/functional/repositories_git_controller_test.rb b/test/functional/repositories_git_controller_test.rb index 87925449c..d42c76e9f 100644 --- a/test/functional/repositories_git_controller_test.rb +++ b/test/functional/repositories_git_controller_test.rb @@ -268,7 +268,8 @@ class RepositoriesGitControllerTest < ActionController::TestCase :tag => 'a', :content => /2f9c0091c754a91af7a9c478e36556b4bde8dcf7/ } - }, + } + assert_tag :tag => 'th', :content => '24', :sibling => { :tag => 'td', :content => /jsmith/ } assert_tag :tag => 'th', :content => '24', :sibling => { @@ -277,7 +278,8 @@ class RepositoriesGitControllerTest < ActionController::TestCase :tag => 'a', :content => /2f9c0091c754a91af7a9c478e36556b4bde8dcf7/ } - }, + } + assert_tag :tag => 'th', :content => '24', :sibling => { :tag => 'td', :content => /watcher =/ } end