Autofix Rubocop RSpec/EmptyLineAfterFinalLet (#23707)
This commit is contained in:
parent
2177daeae9
commit
3680e032b4
17 changed files with 25 additions and 21 deletions
|
@ -175,6 +175,7 @@ describe Settings::ApplicationsController do
|
|||
|
||||
describe 'regenerate' do
|
||||
let(:token) { user.token_for_app(app) }
|
||||
|
||||
before do
|
||||
expect(token).to_not be_nil
|
||||
post :regenerate, params: { id: app.id }
|
||||
|
|
|
@ -5,6 +5,7 @@ describe Settings::SessionsController do
|
|||
|
||||
let(:user) { Fabricate(:user) }
|
||||
let(:session_activation) { Fabricate(:session_activation, user: user) }
|
||||
|
||||
before { sign_in user, scope: :user }
|
||||
|
||||
describe 'DELETE #destroy' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue