Merge branch 'remove-unused-db-connection' into registry-430

This commit is contained in:
Artur Beljajev 2017-04-16 13:34:54 +03:00
commit 622981df91
14 changed files with 25 additions and 49 deletions

View file

@ -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