Add missing frozen_string_literal

This commit is contained in:
Sanad Liaquat 2018-10-25 15:28:59 +05:00
parent f49034ba49
commit 83d64ed40c
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
module QA
module Scenario
module Test

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
module QA
module Scenario
module Test