mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +02:00
parent
4c30418f5e
commit
6c1342c957
6 changed files with 48 additions and 2 deletions
|
@ -8,4 +8,8 @@ class DomainTest < ActiveSupport::TestCase
|
|||
def test_valid_fixture
|
||||
assert @domain.valid?
|
||||
end
|
||||
|
||||
def test_invalid_fixture
|
||||
assert domains(:invalid).invalid?
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue