Skip to content

Commit a8a7c15

Browse files
committed
via - update tests
1 parent 5adcdf1 commit a8a7c15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ actionDispatchRoutes
1717
| app/config/routes.rb:19:5:19:44 | call to get | get | admin/jobs | background_jobs | index |
1818
| app/config/routes.rb:23:5:23:64 | call to get | get | admin/secrets | secrets | view_secrets |
1919
| app/config/routes.rb:24:5:24:42 | call to delete | delete | admin/:user_id | users | destroy |
20-
| app/config/routes.rb:27:3:27:48 | call to match | via | photos/:id | photos | show |
21-
| app/config/routes.rb:28:3:28:50 | call to match | via | photos/:id | photos | show |
22-
| app/config/routes.rb:29:3:29:69 | call to match | via | photos/:id | photos | show |
20+
| app/config/routes.rb:27:3:27:48 | call to match | get | photos/:id | photos | show |
21+
| app/config/routes.rb:28:3:28:50 | call to match | get | photos/:id | photos | show |
22+
| app/config/routes.rb:29:3:29:69 | call to match | get | photos/:id | photos | show |
2323
| app/config/routes.rb:30:3:30:50 | call to match | delete | photos/:id | photos | show |
2424
| app/config/routes.rb:30:3:30:50 | call to match | get | photos/:id | photos | show |
2525
| app/config/routes.rb:30:3:30:50 | call to match | patch | photos/:id | photos | show |

0 commit comments

Comments
 (0)