Commit 7ad77939 authored by richard.chong's avatar richard.chong

Switches to using API for test data creation

parent faa4ed4a
......@@ -25,7 +25,7 @@ module QA
:state
attribute :project do
Project.fabricate! do |resource|
Project.fabricate_via_api! do |resource|
resource.name = 'project-with-merge-request'
end
end
......
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