mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 11:38:30 +02:00
Replace Warden test helpers with Devise ones
This commit is contained in:
parent
097f213717
commit
d064dbc11f
51 changed files with 53 additions and 52 deletions
|
@ -10,7 +10,7 @@ RSpec.describe 'EPP domain:update' do
|
|||
subject(:response_description) { response_xml.css('result msg').text }
|
||||
|
||||
before :example do
|
||||
login_as user
|
||||
sign_in user
|
||||
|
||||
allow(Domain).to receive(:nameserver_required?).and_return(false)
|
||||
Setting.ns_min_count = 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue