summaryrefslogtreecommitdiff
path: root/spec/features/protected_branches_spec.rb
diff options
context:
space:
mode:
authorMike Greiling <mgreiling@gitlab.com>2017-06-07 08:11:44 +0000
committerPhil Hughes <me@iamphill.com>2017-06-07 08:11:44 +0000
commit4b1d956e1308f6c0a9dc03a2693f52eb1d782fd7 (patch)
treef37077f9e1486c07532c79bfbe382966648ef096 /spec/features/protected_branches_spec.rb
parent5f6926f63249b3bcc6b94d27e038213aa55c9f06 (diff)
downloadgitlab-ce-4b1d956e1308f6c0a9dc03a2693f52eb1d782fd7.tar.gz
Resolve "Simplified Repository Settings page"
Diffstat (limited to 'spec/features/protected_branches_spec.rb')
-rw-r--r--spec/features/protected_branches_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/protected_branches_spec.rb b/spec/features/protected_branches_spec.rb
index 884d1bbb10c..667895bffa5 100644
--- a/spec/features/protected_branches_spec.rb
+++ b/spec/features/protected_branches_spec.rb
@@ -1,6 +1,6 @@
require 'spec_helper'
-feature 'Projected Branches', feature: true, js: true do
+feature 'Protected Branches', feature: true, js: true do
let(:user) { create(:user, :admin) }
let(:project) { create(:project, :repository) }