Add feature testing support

This commit is contained in:
Martin Lensment 2014-08-18 12:26:55 +03:00
parent eaa9b015e2
commit d9240aa4f8
12 changed files with 123 additions and 37 deletions

View file

@ -0,0 +1,5 @@
require "rails_helper"
describe Setting do
it { should belong_to(:setting_group) }
end