Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-01 19:24:05 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-01 19:24:05 +0400
commitadccf3b49912df4ea630eb6e96e34204ddf932e6 (patch)
tree82d384da35172bd0ae23326646fd88d8e4cfb86d /spec/factories.rb
parentf5dec306fda53a6b2e90f64c0407077ab0022e8f (diff)
fix facotries
Diffstat (limited to 'spec/factories.rb')
-rw-r--r--spec/factories.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/factories.rb b/spec/factories.rb
index 76bd3ebbf23..3205cabd150 100644
--- a/spec/factories.rb
+++ b/spec/factories.rb
@@ -77,7 +77,7 @@ FactoryGirl.define do
factory :merge_request do
title
author
- project
+ project factory: :project_with_code
source_branch "master"
target_branch "stable"