mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 13:44:47 +02:00
Fix Setting fixtures, correct seed.rb
This commit is contained in:
parent
ee602db93b
commit
4c9fc76283
4 changed files with 137 additions and 15 deletions
10
test/models/setting_entry_test.rb
Normal file
10
test/models/setting_entry_test.rb
Normal file
|
@ -0,0 +1,10 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue