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 801f16c commit cb98ec1Copy full SHA for cb98ec1
test/gem_test.rb
@@ -9,7 +9,7 @@ class GemTest < MiniTest::Spec
9
10
# We're going to muck with some system globals so lets make sure
11
# they get set back later
12
- original_platform = RbConfig::CONFIG["arch"]
+ original_platform = RbConfig::CONFIG['arch']
13
original_pwd = Dir.pwd
14
15
after do
0 commit comments