Stop validating factories in specs
We do validate all of them in a before(:suite) already.
This commit is contained in:
parent
86b2bd426a
commit
0104671e01
20 changed files with 0 additions and 104 deletions
|
|
@ -23,10 +23,6 @@ describe EmailSettings do
|
|||
}
|
||||
end
|
||||
|
||||
it 'has a valid factory' do
|
||||
expect(build(:email_settings)).to be_valid
|
||||
end
|
||||
|
||||
describe '#get_values' do
|
||||
context 'user has name' do
|
||||
it 'returns correct key-value pairs' do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue