Run rubocop --fix-layout and remove encoding comments
This commit is contained in:
parent
fa63e6e81d
commit
ea2862fdef
283 changed files with 1164 additions and 1969 deletions
|
|
@ -2,7 +2,6 @@ require 'factory_bot'
|
|||
require 'doorkeeper'
|
||||
|
||||
FactoryBot.define do
|
||||
|
||||
factory :oauth2_application, class: Doorkeeper::Application do
|
||||
name { Faker::App.name }
|
||||
redirect_uri { 'https://example.com:1234/app' }
|
||||
|
|
@ -11,5 +10,4 @@ FactoryBot.define do
|
|||
factory :oauth2_access_token, class: Doorkeeper::AccessToken do
|
||||
application factory: :oauth2_application
|
||||
end
|
||||
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue