mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 09:45:11 +02:00
Set reserved_domains.password
to NOT NULL
This commit is contained in:
parent
d346d9c87b
commit
2941328652
4 changed files with 22 additions and 1 deletions
11
test/models/reserved_domain_test.rb
Normal file
11
test/models/reserved_domain_test.rb
Normal file
|
@ -0,0 +1,11 @@
|
|||
require 'test_helper'
|
||||
|
||||
class ReservedDomainTest < ActiveSupport::TestCase
|
||||
setup do
|
||||
@reserved_domain = reserved_domains(:one)
|
||||
end
|
||||
|
||||
def test_fixture_is_valid
|
||||
assert @reserved_domain.valid?
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue