Add missing frozen_string_literal
This commit is contained in:
parent
f49034ba49
commit
83d64ed40c
2 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module QA
|
||||
module Scenario
|
||||
module Test
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module QA
|
||||
module Scenario
|
||||
module Test
|
||||
|
|
Loading…
Reference in a new issue