@@ -266,7 +266,7 class RepositoriesGitControllerTest < ActionController::TestCase | |||||
266 | :tag => 'td', |
|
266 | :tag => 'td', | |
267 | :child => { |
|
267 | :child => { | |
268 | :tag => 'a', |
|
268 | :tag => 'a', | |
269 |
:content => /2f9c0091 |
|
269 | :content => /2f9c0091/ | |
270 | } |
|
270 | } | |
271 | } |
|
271 | } | |
272 | assert_tag :tag => 'th', :content => '24', |
|
272 | assert_tag :tag => 'th', :content => '24', | |
@@ -276,7 +276,7 class RepositoriesGitControllerTest < ActionController::TestCase | |||||
276 | :tag => 'td', |
|
276 | :tag => 'td', | |
277 | :child => { |
|
277 | :child => { | |
278 | :tag => 'a', |
|
278 | :tag => 'a', | |
279 |
:content => /2f9c0091 |
|
279 | :content => /2f9c0091/ | |
280 | } |
|
280 | } | |
281 | } |
|
281 | } | |
282 | assert_tag :tag => 'th', :content => '24', |
|
282 | assert_tag :tag => 'th', :content => '24', |
General Comments 0
You need to be logged in to leave comments.
Login now