mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 06:34:46 +02:00
Fix typo in administered_domains method name
This commit is contained in:
parent
fc2a4eaa9b
commit
d725960403
3 changed files with 4 additions and 4 deletions
|
@ -19,8 +19,8 @@ class RegistrantUserTest < ActiveSupport::TestCase
|
|||
refute(domain_names.include?('shop.test'))
|
||||
end
|
||||
|
||||
def test_administrated_domains_returns_a_list_of_domains
|
||||
domain_names = @user.administrated_domains.pluck(:name)
|
||||
def test_administered_domains_returns_a_list_of_domains
|
||||
domain_names = @user.administered_domains.pluck(:name)
|
||||
assert_equal(3, domain_names.length)
|
||||
|
||||
# User is a tech contact for the domain.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue