mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 01:33:36 +02:00
parent
e60380c60a
commit
2c4860c875
4 changed files with 1 additions and 1 deletions
11
test/models/domain/domain_test.rb
Normal file
11
test/models/domain/domain_test.rb
Normal file
|
@ -0,0 +1,11 @@
|
|||
require 'test_helper'
|
||||
|
||||
class DomainTest < ActiveSupport::TestCase
|
||||
def setup
|
||||
@domain = domains(:shop)
|
||||
end
|
||||
|
||||
def test_validates
|
||||
assert @domain.valid?
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue