summaryrefslogtreecommitdiff
path: root/spec/features/protected_branches_spec.rb
diff options
context:
space:
mode:
authorAlejandro Rodríguez <alejorro70@gmail.com>2017-04-27 17:04:59 -0300
committerAlejandro Rodríguez <alejorro70@gmail.com>2017-05-16 12:16:31 -0400
commitf3cbb0a4503fca0420d8d5b276d011391ce31f6b (patch)
tree11a11a159aac84132ff432251cab88b4de0233d9 /spec/features/protected_branches_spec.rb
parent0a8f3ba4d2fae41d232246b40f27e9d188e6f981 (diff)
downloadgitlab-ce-f3cbb0a4503fca0420d8d5b276d011391ce31f6b.tar.gz
Clean import of shared examples for protected branches/tags
Diffstat (limited to 'spec/features/protected_branches_spec.rb')
-rw-r--r--spec/features/protected_branches_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/features/protected_branches_spec.rb b/spec/features/protected_branches_spec.rb
index fc9b293c393..884d1bbb10c 100644
--- a/spec/features/protected_branches_spec.rb
+++ b/spec/features/protected_branches_spec.rb
@@ -1,5 +1,4 @@
require 'spec_helper'
-Dir["./spec/features/protected_branches/*.rb"].sort.each { |f| require f }
feature 'Projected Branches', feature: true, js: true do
let(:user) { create(:user, :admin) }