]> git.openstreetmap.org Git - rails.git/commit
Convert client applications fixtures into a factory
authorAndy Allan <git@gravitystorm.co.uk>
Thu, 26 Jan 2017 18:03:13 +0000 (18:03 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 26 Jan 2017 18:03:51 +0000 (18:03 +0000)
commit8a6e8ae128d3cc9a991d119c45b9ddb13e848f97
tree28a7be1f2e5a0db53d02e1b7b5aa0f7b436a688c
parente1cac818b128f71482a495b51ee30b7812a53dc2
Convert client applications fixtures into a factory

Closes #1415
test/controllers/oauth_clients_controller_test.rb
test/controllers/site_controller_test.rb
test/factories/client_applications.rb [new file with mode: 0644]
test/fixtures/client_applications.yml [deleted file]
test/integration/client_applications_test.rb
test/integration/oauth_test.rb
test/models/client_application_test.rb
test/models/oauth_token_test.rb
test/test_helper.rb