]> git.openstreetmap.org Git - rails.git/commit
Add tests for OAuth2
authorTom Hughes <tom@compton.nu>
Thu, 15 Oct 2020 21:07:34 +0000 (22:07 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 18 May 2021 11:05:33 +0000 (12:05 +0100)
commitf064a18a16de7d5001107116c7916796e0b15a26
treee4e79175d9c30c65bee99083192083360b4f481d
parente222329d043592af299eed12cf6ad16969c1b46f
Add tests for OAuth2
test/controllers/oauth2_applications_controller_test.rb [new file with mode: 0644]
test/controllers/oauth2_authorizations_controller_test.rb [new file with mode: 0644]
test/controllers/oauth2_authorized_applications_controller_test.rb [new file with mode: 0644]
test/factories/oauth_access_grant.rb [new file with mode: 0644]
test/factories/oauth_access_token.rb [new file with mode: 0644]
test/factories/oauth_applications.rb [new file with mode: 0644]
test/integration/oauth2_test.rb [new file with mode: 0644]
test/test_helper.rb