mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 22:54:47 +02:00
10 lines
193 B
Ruby
10 lines
193 B
Ruby
require 'test_helper'
|
|
|
|
class SettingEntryTest < ActiveSupport::TestCase
|
|
def setup
|
|
end
|
|
|
|
def test_fixture_is_valid
|
|
assert setting_entries(:legal_document_is_mandatory).valid?
|
|
end
|
|
end
|