Commit 99a084e7 authored by Mark Lapierre's avatar Mark Lapierre

Fix Git protocol v2 e2e test

Remove references to `Factory`
parent 63b4b4b2
......@@ -10,7 +10,7 @@ module QA
let(:key_title) { "key for ssh tests #{Time.now.to_f}" }
let(:ssh_key) do
Factory::Resource::SSHKey.fabricate! do |resource|
Resource::SSHKey.fabricate! do |resource|
resource.title = key_title
end
end
......@@ -38,7 +38,7 @@ module QA
it 'user pushes to the repository' do
# Create a project to push to
project = Factory::Resource::Project.fabricate! do |project|
project = Resource::Project.fabricate! do |project|
project.name = 'git-protocol-project'
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