Remove useless spec

This commit is contained in:
Artur Beljajev 2018-08-10 13:52:13 +03:00
parent 48ad971af1
commit ba24e42cec
2 changed files with 1 additions and 10 deletions

View file

@ -1,8 +0,0 @@
require 'rails_helper'
RSpec.feature 'Registrar area home link', db: true do
scenario 'is visible' do
visit new_registrar_user_session_url
expect(page).to have_link('registrar-home-btn', href: registrar_root_path)
end
end