mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 03:30:33 +02:00
Add feature testing support
This commit is contained in:
parent
eaa9b015e2
commit
d9240aa4f8
12 changed files with 123 additions and 37 deletions
5
spec/models/setting_spec.rb
Normal file
5
spec/models/setting_spec.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
require "rails_helper"
|
||||
|
||||
describe Setting do
|
||||
it { should belong_to(:setting_group) }
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue