mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 06:34:46 +02:00
Improve readability
This commit is contained in:
parent
f1cbdec8e7
commit
989bb32548
8 changed files with 8 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
require 'test_helper'
|
||||
|
||||
class AdminAreaProtectedAreaTest < ActionDispatch::IntegrationTest
|
||||
def test_unauthenticated_user_is_asked_to_authenticate_when_navigating_to_protected_area
|
||||
def test_anonymous_user_is_asked_to_authenticate_when_navigating_to_protected_area
|
||||
visit admin_domains_url
|
||||
assert_text 'You need to sign in before continuing'
|
||||
assert_current_path new_admin_user_session_path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue