Revert "Merge branch 'registry-248' into staging"

This reverts commit af0cde844e, reversing
changes made to d68abd90fa.
This commit is contained in:
Artur Beljajev 2016-12-14 12:24:43 +02:00
parent af0cde844e
commit b62fae4665
9 changed files with 2 additions and 176 deletions

View file

@ -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