mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 11:16:00 +02:00
Merge branch 'remove-unused-db-connection' into registry-430
This commit is contained in:
commit
622981df91
14 changed files with 25 additions and 49 deletions
|
@ -21,8 +21,4 @@ RSpec.describe Registrar::DomainsController, db: true do
|
|||
expect(response).to have_http_status(:success)
|
||||
end
|
||||
end
|
||||
|
||||
def sign_in_to_registrar_area(user: FactoryGirl.create(:api_user))
|
||||
post registrar_sessions_path, { depp_user: { tag: user.username, password: user.password } }
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue