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:
Diffstat (limited to 'spec/features/projects/active_tabs_spec.rb')
-rw-r--r--spec/features/projects/active_tabs_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/active_tabs_spec.rb b/spec/features/projects/active_tabs_spec.rb
index 973a1e76679..8879636e4dc 100644
--- a/spec/features/projects/active_tabs_spec.rb
+++ b/spec/features/projects/active_tabs_spec.rb
@@ -55,7 +55,7 @@ RSpec.describe 'Project active tab', feature_category: :groups_and_projects do
it_behaves_like 'page has active tab', 'Repository'
- %w(Files Commits Graph Compare Branches Tags).each do |sub_menu|
+ %w[Files Commits Graph Compare Branches Tags].each do |sub_menu|
context "on project Repository/#{sub_menu}" do
before do
click_tab(sub_menu)