We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9934cf commit 023f47fCopy full SHA for 023f47f
spec/support/shared/examples/msf/db_manager/session.rb
@@ -125,8 +125,8 @@
125
context 'with a match in user_data' do
126
let(:user_data) do
127
{
128
- match: FactoryGirl.create(:automatic_exploitation_match),
129
- match_set: FactoryGirl.create(:automatic_exploitation_match_set),
+ match: FactoryGirl.build(:automatic_exploitation_match),
+ match_set: FactoryGirl.build(:automatic_exploitation_match_set),
130
run: FactoryGirl.build(:automatic_exploitation_run, workspace: session_workspace),
131
}
132
end
0 commit comments