summaryrefslogtreecommitdiff
path: root/spec/support/helpers/markdown_feature.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/helpers/markdown_feature.rb')
-rw-r--r--spec/support/helpers/markdown_feature.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/helpers/markdown_feature.rb b/spec/support/helpers/markdown_feature.rb
index 39e94ad53de..346f5b1cc4d 100644
--- a/spec/support/helpers/markdown_feature.rb
+++ b/spec/support/helpers/markdown_feature.rb
@@ -24,7 +24,7 @@ class MarkdownFeature
def project
@project ||= create(:project, :repository, group: group).tap do |project|
- project.add_master(user)
+ project.add_maintainer(user)
end
end