Add frozen_string_literal to spec/features

Using the sed script from
https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
This commit is contained in:
Thong Kuah 2019-07-25 17:24:42 +12:00
parent 9e91ae15a8
commit 73e848850c
521 changed files with 1042 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Abuse reports' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe "Admin::AbuseReports", :js do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Admin Broadcast Messages' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Admin browse spam logs' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Admin browses logs' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Admin Builds' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
RSpec.describe 'admin deploy keys' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'rails_helper'
describe 'Admin disables Git access protocol', :js do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'rails_helper'
describe 'Admin disables 2FA for a user' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Admin Groups' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe "Admin Health Check", :feature do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Admin::HookLogs' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Admin::Hooks' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
RSpec.describe 'admin issues labels' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
RSpec.describe 'admin manage applications' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe "Admin::Projects" do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Admin::RequestsProfilesController' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe "Admin Runners" do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Admin updates settings' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Admin System Info' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Admin > Users > Impersonation Tokens', :js do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe "Admin::Users" do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'rails_helper'
describe 'Admin uses repository checks' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'admin visits dashboard' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Admin activates Prometheus' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe "Dashboard Feed" do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Issues Feed' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe "User Feed" do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'rails_helper'
describe 'Issue Boards add issue modal', :js do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'rails_helper'
describe 'Issue Boards', :js do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'rails_helper'
describe 'Issue Boards', :js do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'rails_helper'
describe 'Issue Boards shortcut', :js do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'rails_helper'
describe 'Issue Boards add issue modal filtering', :js do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'rails_helper'
describe 'Issue Boards new issue', :js do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'rails_helper'
describe 'Ensure Boards do not show stale data on browser back', :js do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'rails_helper'
describe 'Issue Boards', :js do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'rails_helper'
describe 'Sub-group project issue boards', :js do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Contributions Calendar', :js do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Commits' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe "Container Registry", :js do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Cycle Analytics', :js do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
RSpec.describe 'Dashboard Active Tab', :js do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Dashboard > Activity' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
RSpec.describe 'Dashboard Archived Project' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Tooltips on .timeago dates', :js do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'The group dashboard' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
RSpec.describe 'Dashboard Group' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Dashboard Groups page', :js do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
RSpec.describe 'Dashboard Help' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Navigation bar counter', :use_clean_rails_memory_store_caching do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Dashboard Issues filtering', :js do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
RSpec.describe 'Dashboard Issues' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Dashboard > label filter', :js do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Dashboard Merge Requests' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Dashboard milestone tabs', :js do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Dashboard > Milestones' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Project member activity', :js do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Dashboard Projects' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Dashboard shortcuts', :js do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Dashboard snippets' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'rails_helper'
describe 'Dashboard > Todo target states' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Dashboard > User filters todos', :js do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Dashboard > User sorts todos' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Dashboard Todos' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Dashboard > User filters projects' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Thread Comments Commit', :js do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Thread Comments Issue', :js do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Thread Comments Merge Request', :js do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Thread Comments Snippet', :js do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Error Pages' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Expand and collapse diffs', :js do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Explore Groups page', :js do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Explore Groups', :js do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'User explores projects' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Global search' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Group variables', :js do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Group activity page' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'rails_helper'
describe 'Group Boards' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Group empty states' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Edit group settings' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Group issues page' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Edit group label' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Labels subscription' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Groups > Labels > User sees links to issuables' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Groups > Members > Filter members' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Groups > Members > Leave group' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Groups > Members > List members' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Groups > Members > Manage members' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Groups > Members > Maintainer manages access requests' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Groups > Members > Request access' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Search group member' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Groups > Members > Sort members' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'rails_helper'
describe 'Group milestones' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Milestones sorting', :js do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Group Badges' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Group share with group lock' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Group show page' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'rails_helper'
describe 'User browse group projects page' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Groups > User sees users dropdowns in issuables list' do

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'Group' do

Some files were not shown because too many files have changed in this diff Show More