Skip to content
Snippets Groups Projects
Commit 3792e747 authored by Semyon Pupkov's avatar Semyon Pupkov
Browse files

Use build instead create in group spec

parent 8f299a58
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -273,7 +273,7 @@ describe Group, models: true do
end
 
describe 'nested group' do
subject { create(:group, :nested) }
subject { build(:group, :nested) }
 
it { is_expected.to be_valid }
it { expect(subject.parent).to be_kind_of(Group) }
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment