Updated spec and rails helper

This commit is contained in:
Priit Tark 2015-01-27 11:26:21 +02:00
parent 221c62c846
commit 155cb812d9
5 changed files with 32 additions and 28 deletions

View file

@ -1,6 +1,11 @@
require 'rails_helper'
describe Contact do
before :all do
# DatabaseCleaner.clean_with(:truncation)
# DatabaseCleaner.strategy = :transaction
end
before { create_disclosure_settings }
it { should have_one(:address) }