@@ -201,7 +201,15 class RepositoriesGitControllerTest < ActionController::TestCase | |||
|
201 | 201 | :content => /2f9c0091c754a91af7a9c478e36556b4bde8dcf7/ |
|
202 | 202 | } |
|
203 | 203 | }, |
|
204 |
:sibling => { :tag => 'td', :content => /jsmith/ } |
|
|
204 | :sibling => { :tag => 'td', :content => /jsmith/ } | |
|
205 | assert_tag :tag => 'th', :content => '24', | |
|
206 | :sibling => { | |
|
207 | :tag => 'td', | |
|
208 | :child => { | |
|
209 | :tag => 'a', | |
|
210 | :content => /2f9c0091c754a91af7a9c478e36556b4bde8dcf7/ | |
|
211 | } | |
|
212 | }, | |
|
205 | 213 | :sibling => { :tag => 'td', :content => /watcher =/ } |
|
206 | 214 | end |
|
207 | 215 |
General Comments 0
You need to be logged in to leave comments.
Login now