mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 11:38:30 +02:00
Improve registrar sessions specs
registry-240
This commit is contained in:
parent
576c09b00d
commit
2643df8d21
7 changed files with 43 additions and 13 deletions
9
spec/routing/registrar/sessions_routing_spec.rb
Normal file
9
spec/routing/registrar/sessions_routing_spec.rb
Normal file
|
@ -0,0 +1,9 @@
|
|||
require 'rails_helper'
|
||||
|
||||
RSpec.describe Registrar::SessionsController do
|
||||
describe 'routing' do
|
||||
it 'routes to #login' do
|
||||
expect(get: '/registrar/login').to route_to('registrar/sessions#login')
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue