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