Skip to content

Commit e8e8da1

Browse files
authored
fix lib test expect for ActionController
1 parent bd50fd7 commit e8e8da1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ruby/ql/test/library-tests/frameworks/ActionController.expected

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ actionControllerControllerClasses
22
| ActiveRecord.rb:23:1:39:3 | FooController |
33
| ActiveRecord.rb:41:1:64:3 | BarController |
44
| ActiveRecord.rb:66:1:70:3 | BazController |
5+
| ActiveRecord.rb:72:1:80:3 | AnnotatedController |
56
| app/controllers/comments_controller.rb:1:1:7:3 | CommentsController |
67
| app/controllers/foo/bars_controller.rb:3:1:39:3 | BarsController |
78
| app/controllers/photos_controller.rb:1:1:4:3 | PhotosController |
@@ -12,6 +13,8 @@ actionControllerActionMethods
1213
| ActiveRecord.rb:42:3:47:5 | some_other_request_handler |
1314
| ActiveRecord.rb:49:3:63:5 | safe_paths |
1415
| ActiveRecord.rb:67:3:69:5 | yet_another_handler |
16+
| ActiveRecord.rb:73:3:75:5 | index |
17+
| ActiveRecord.rb:77:3:79:5 | unsafe_action |
1518
| app/controllers/comments_controller.rb:2:3:3:5 | index |
1619
| app/controllers/comments_controller.rb:5:3:6:5 | show |
1720
| app/controllers/foo/bars_controller.rb:5:3:7:5 | index |
@@ -38,6 +41,7 @@ paramsCalls
3841
| ActiveRecord.rb:59:12:59:17 | call to params |
3942
| ActiveRecord.rb:62:15:62:20 | call to params |
4043
| ActiveRecord.rb:68:21:68:26 | call to params |
44+
| ActiveRecord.rb:78:59:78:64 | call to params |
4145
| app/controllers/foo/bars_controller.rb:13:21:13:26 | call to params |
4246
| app/controllers/foo/bars_controller.rb:14:10:14:15 | call to params |
4347
| app/controllers/foo/bars_controller.rb:21:21:21:26 | call to params |
@@ -57,6 +61,7 @@ paramsSources
5761
| ActiveRecord.rb:59:12:59:17 | call to params |
5862
| ActiveRecord.rb:62:15:62:20 | call to params |
5963
| ActiveRecord.rb:68:21:68:26 | call to params |
64+
| ActiveRecord.rb:78:59:78:64 | call to params |
6065
| app/controllers/foo/bars_controller.rb:13:21:13:26 | call to params |
6166
| app/controllers/foo/bars_controller.rb:14:10:14:15 | call to params |
6267
| app/controllers/foo/bars_controller.rb:21:21:21:26 | call to params |

0 commit comments

Comments
 (0)