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.
@test2_path
1 parent 1280fd4 commit b8c820fCopy full SHA for b8c820f
test-base/test_base.rb
@@ -141,7 +141,7 @@ def create_file(script_name, lines)
141
142
def create_test2(lines)
143
@test2_name = "test2.rb"
144
- @test2_path = create_file(@test2_name, lines)
+ @test2_path = create_file(@test2_name, lines).force_encoding(Encoding::UTF_8)
145
end
146
147
# Creates test.rb with the given lines, set up @test_name and @test_path
0 commit comments