mirror of
https://github.com/internetee/registry.git
synced 2025-06-09 06:04:56 +02:00
Remove routing specs
This commit is contained in:
parent
450a95f628
commit
02137b620e
2 changed files with 0 additions and 18 deletions
|
@ -1,9 +0,0 @@
|
||||||
require 'rails_helper'
|
|
||||||
|
|
||||||
RSpec.describe Registrar::DomainsController do
|
|
||||||
describe 'routing' do
|
|
||||||
it 'routes to #index' do
|
|
||||||
expect(get: '/registrar/domains').to route_to('registrar/domains#index')
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
|
@ -1,9 +0,0 @@
|
||||||
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