Commit 18c58ed3 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'use-build-instead-create' into 'master'

Use build instead create in group spec

See merge request !8068
parents a84c6b1a 3792e747
...@@ -272,7 +272,7 @@ describe Group, models: true do ...@@ -272,7 +272,7 @@ describe Group, models: true do
end end
describe 'nested group' do describe 'nested group' do
subject { create(:group, :nested) } subject { build(:group, :nested) }
it { is_expected.to be_valid } it { is_expected.to be_valid }
it { expect(subject.parent).to be_kind_of(Group) } it { expect(subject.parent).to be_kind_of(Group) }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment