mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 20:18:22 +02:00
Improve readability
This commit is contained in:
parent
e0681eff63
commit
5256129849
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ class RegistrarTest < ActiveSupport::TestCase
|
||||||
@registrar = registrars(:bestnames)
|
@registrar = registrars(:bestnames)
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_valid
|
def test_default_fixture_is_valid
|
||||||
assert @registrar.valid?, proc { @registrar.errors.full_messages }
|
assert @registrar.valid?, proc { @registrar.errors.full_messages }
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue