summaryrefslogtreecommitdiff
path: root/spec/factories/oauth_access_tokens.rb
Commit message (Collapse)AuthorAgeFilesLines
* Implement OpenID Connect identity providerMarkus Koller2017-03-071-1/+2
|
* Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-15/+0
| | | | | | | | | In 8278b763d96ef10c6494409b18b7eb541463af29 the default behaviour of annotation has changes, which was causing a lot of noise in diffs. We decided in #17382 that it is better to get rid of the whole annotate gem, and instead let people look at schema.rb for the columns in a table. Fixes: #17382
* Include GonHelper separately and remove created_at in factoryStan Hu2016-04-141-1/+0
|
* Add spec for deletion of authorized OAuth2 applicationStan Hu2016-04-141-0/+23
Closes #14370 Move gon function into its own helper