diff options
author | Alejandro RodrÃguez <alejorro70@gmail.com> | 2017-04-27 17:04:59 -0300 |
---|---|---|
committer | Alejandro RodrÃguez <alejorro70@gmail.com> | 2017-05-16 12:16:31 -0400 |
commit | f3cbb0a4503fca0420d8d5b276d011391ce31f6b (patch) | |
tree | 11a11a159aac84132ff432251cab88b4de0233d9 /spec | |
parent | 0a8f3ba4d2fae41d232246b40f27e9d188e6f981 (diff) | |
download | gitlab-ce-f3cbb0a4503fca0420d8d5b276d011391ce31f6b.tar.gz |
Clean import of shared examples for protected branches/tags
Diffstat (limited to 'spec')
-rw-r--r-- | spec/features/protected_branches_spec.rb | 1 | ||||
-rw-r--r-- | spec/features/protected_tags_spec.rb | 1 | ||||
-rw-r--r-- | spec/support/protected_branches/access_control_ce_shared_examples.rb (renamed from spec/features/protected_branches/access_control_ce_spec.rb) | 0 | ||||
-rw-r--r-- | spec/support/protected_tags/access_control_ce_shared_examples.rb (renamed from spec/features/protected_tags/access_control_ce_spec.rb) | 0 |
4 files changed, 0 insertions, 2 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) } 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) } diff --git a/spec/features/protected_branches/access_control_ce_spec.rb b/spec/support/protected_branches/access_control_ce_shared_examples.rb index 7fda4ade665..7fda4ade665 100644 --- a/spec/features/protected_branches/access_control_ce_spec.rb +++ b/spec/support/protected_branches/access_control_ce_shared_examples.rb diff --git a/spec/features/protected_tags/access_control_ce_spec.rb b/spec/support/protected_tags/access_control_ce_shared_examples.rb index 12622cd548a..12622cd548a 100644 --- a/spec/features/protected_tags/access_control_ce_spec.rb +++ b/spec/support/protected_tags/access_control_ce_shared_examples.rb |