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:
authorAlejandro Rodríguez <alejorro70@gmail.com>2017-04-27 23:04:59 +0300
committerAlejandro Rodríguez <alejorro70@gmail.com>2017-05-16 19:16:31 +0300
commitf3cbb0a4503fca0420d8d5b276d011391ce31f6b (patch)
tree11a11a159aac84132ff432251cab88b4de0233d9 /spec/features/protected_tags_spec.rb
parent0a8f3ba4d2fae41d232246b40f27e9d188e6f981 (diff)
Clean import of shared examples for protected branches/tags
Diffstat (limited to 'spec/features/protected_tags_spec.rb')
-rw-r--r--spec/features/protected_tags_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/features/protected_tags_spec.rb b/spec/features/protected_tags_spec.rb
index e68448467b0..66236dbc7fc 100644
--- a/spec/features/protected_tags_spec.rb
+++ b/spec/features/protected_tags_spec.rb
@@ -1,5 +1,4 @@
require 'spec_helper'
-Dir["./spec/features/protected_tags/*.rb"].sort.each { |f| require f }
feature 'Projected Tags', feature: true, js: true do
let(:user) { create(:user, :admin) }