Autofix Rubocop RSpec/BeNil (#23653)
This commit is contained in:
parent
936204b9ea
commit
68b1071f86
13 changed files with 22 additions and 41 deletions
|
@ -28,7 +28,7 @@ RSpec.describe Api::V1::AppsController, type: :controller do
|
|||
end
|
||||
|
||||
it 'creates an OAuth app' do
|
||||
expect(Doorkeeper::Application.find_by(name: client_name)).to_not be nil
|
||||
expect(Doorkeeper::Application.find_by(name: client_name)).to_not be_nil
|
||||
end
|
||||
|
||||
it 'returns client ID and client secret' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue