mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 18:29:40 +02:00
Registrant change now requires EPP verify attribute
This commit is contained in:
parent
7d0365974e
commit
d72cbc20f5
21 changed files with 318 additions and 29 deletions
18
spec/features/registrant/root_spec.rb
Normal file
18
spec/features/registrant/root_spec.rb
Normal file
|
@ -0,0 +1,18 @@
|
|||
require 'rails_helper'
|
||||
|
||||
feature 'Root', type: :feature do
|
||||
it 'should redirect to registrant login page' do
|
||||
visit '/registrant/login'
|
||||
current_path.should == '/registrant/login'
|
||||
end
|
||||
|
||||
it 'should redirect to registrant login page' do
|
||||
visit '/registrant'
|
||||
current_path.should == '/registrant/login'
|
||||
end
|
||||
|
||||
it 'should redirect to registrant login page' do
|
||||
visit '/registrant/'
|
||||
current_path.should == '/registrant/login'
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue