Fix up the applications area (#4664)
- Section it into "Development" area - Improve UI of application form, index, and details
This commit is contained in:
parent
696c2c6f2f
commit
c1b086a538
14 changed files with 101 additions and 91 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue