diff options
| author | Matija Čupić <matteeyah@gmail.com> | 2019-08-23 00:32:19 +0200 |
|---|---|---|
| committer | Matija Čupić <matteeyah@gmail.com> | 2019-08-23 00:57:09 +0200 |
| commit | b3e29bb38b2b699cb7b7a2c5cfc8ff755e86061f (patch) | |
| tree | 8ad4c1c1a1d87a94a869f2126887f3fb159dd57b | |
| parent | 785ae2f5c66f08f164bc9e4527d324febcad3a18 (diff) | |
| download | gitlab-ce-mc/feature/improve-management-of-artifacts.tar.gz | |
Add missing frozen string literalsmc/feature/improve-management-of-artifacts
| -rw-r--r-- | spec/features/projects/artifacts/index_spec.rb | 2 | ||||
| -rw-r--r-- | spec/views/projects/artifacts/index.html.haml_spec.rb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/spec/features/projects/artifacts/index_spec.rb b/spec/features/projects/artifacts/index_spec.rb index 0e4ac83e5f9..4d9ff06b088 100644 --- a/spec/features/projects/artifacts/index_spec.rb +++ b/spec/features/projects/artifacts/index_spec.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + require 'spec_helper' describe 'Index artifacts', :js do diff --git a/spec/views/projects/artifacts/index.html.haml_spec.rb b/spec/views/projects/artifacts/index.html.haml_spec.rb index 39553fa0be6..3678ddb247e 100644 --- a/spec/views/projects/artifacts/index.html.haml_spec.rb +++ b/spec/views/projects/artifacts/index.html.haml_spec.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + require 'rails_helper' RSpec.describe "projects/artifacts/index.html.haml" do |
