mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 16:53:37 +02:00
parent
4d41f0ef14
commit
d568cc09ae
1 changed files with 3 additions and 7 deletions
|
@ -19,7 +19,7 @@ RSpec.describe 'Registrar current user', db: false do
|
||||||
end
|
end
|
||||||
|
|
||||||
specify do
|
specify do
|
||||||
make_request
|
get '/registrar/current_user/switch/2', nil, { HTTP_REFERER: 'http://previous.url' }
|
||||||
expect(response).to redirect_to('http://previous.url')
|
expect(response).to redirect_to('http://previous.url')
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
@ -33,7 +33,7 @@ RSpec.describe 'Registrar current user', db: false do
|
||||||
end
|
end
|
||||||
|
|
||||||
specify do
|
specify do
|
||||||
make_request
|
get '/registrar/current_user/switch/2'
|
||||||
expect(response).to redirect_to(registrar_login_url)
|
expect(response).to redirect_to(registrar_login_url)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
@ -41,13 +41,9 @@ RSpec.describe 'Registrar current user', db: false do
|
||||||
|
|
||||||
context 'when user is not authenticated' do
|
context 'when user is not authenticated' do
|
||||||
specify do
|
specify do
|
||||||
make_request
|
get '/registrar/current_user/switch/2'
|
||||||
expect(response).to redirect_to(registrar_login_url)
|
expect(response).to redirect_to(registrar_login_url)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def make_request
|
|
||||||
get '/registrar/current_user/switch/2', nil, { 'HTTP_REFERER' => 'http://previous.url' }
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue