Skip to content

Commit dce3350

Browse files
committed
disable warning
1 parent 1379874 commit dce3350

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Rakefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ Rake::TestTask.new(:test) do |t|
88
t.libs << "test"
99
t.libs << "lib"
1010
t.test_files = FileList["test/**/test_*.rb"]
11+
12+
# Disable displaying 'warning: literal string will be frozen in the future'
13+
ENV["RUBYOPT"] = "--disable=frozen_string_literal"
1114
end
1215

1316
task default: :test

0 commit comments

Comments
 (0)