We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1379874 commit dce3350Copy full SHA for dce3350
Rakefile
@@ -8,6 +8,9 @@ Rake::TestTask.new(:test) do |t|
8
t.libs << "test"
9
t.libs << "lib"
10
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"
14
end
15
16
task default: :test
0 commit comments