mirror of
https://github.com/internetee/registry.git
synced 2025-06-06 20:55:44 +02:00
Remove useless spec
This commit is contained in:
parent
48ad971af1
commit
ba24e42cec
2 changed files with 1 additions and 10 deletions
|
@ -17,8 +17,7 @@
|
|||
<nav class="navbar navbar-default navbar-fixed-top">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<%= link_to new_registrar_user_session_url, class: 'navbar-brand',
|
||||
id: 'registrar-home-btn' do %>
|
||||
<%= link_to new_registrar_user_session_url, class: 'navbar-brand' do %>
|
||||
<%= t(:registrar_head_title) %>
|
||||
<% if unstable_env.present? %>
|
||||
<div class="text-center">
|
||||
|
|
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue