Skip to content

Commit cb98ec1

Browse files
committed
Align quotes with rest of test file
1 parent 801f16c commit cb98ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gem_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class GemTest < MiniTest::Spec
99

1010
# We're going to muck with some system globals so lets make sure
1111
# they get set back later
12-
original_platform = RbConfig::CONFIG["arch"]
12+
original_platform = RbConfig::CONFIG['arch']
1313
original_pwd = Dir.pwd
1414

1515
after do

0 commit comments

Comments
 (0)