summaryrefslogtreecommitdiff
path: root/features/steps/explore/projects.rb
diff options
context:
space:
mode:
Diffstat (limited to 'features/steps/explore/projects.rb')
-rw-r--r--features/steps/explore/projects.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/explore/projects.rb b/features/steps/explore/projects.rb
index 7dc33ab5683..b2194275751 100644
--- a/features/steps/explore/projects.rb
+++ b/features/steps/explore/projects.rb
@@ -101,7 +101,7 @@ class Spinach::Features::ExploreProjects < Spinach::FeatureSteps
create(:merge_request,
title: "Bug fix for public project",
source_project: public_project,
- target_project: public_project,
+ target_project: public_project
)
end