mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 20:18:22 +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
|
@ -39,7 +39,7 @@ RSpec.describe 'EPP contact:create' do
|
|||
subject(:address_saved) { Contact.last.attributes.slice(*Contact.address_attribute_names).compact.any? }
|
||||
|
||||
before do
|
||||
login_as user
|
||||
sign_in user
|
||||
end
|
||||
|
||||
context 'when address processing is enabled' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue