Fix up the applications area (#4664)
- Section it into "Development" area - Improve UI of application form, index, and details
This commit is contained in:
@ -156,7 +156,7 @@ describe Settings::ApplicationsController do
|
||||
let(:token) { user.token_for_app(app) }
|
||||
before do
|
||||
expect(token).to_not be_nil
|
||||
put :regenerate, params: { application_id: app.id }
|
||||
post :regenerate, params: { id: app.id }
|
||||
end
|
||||
|
||||
it 'should create new token' do
|
||||
|
Reference in New Issue
Block a user