From 325db99a3cc40b03fae8328b7bbcfe1efb6c6e0b Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 28 Jul 2013 16:43:22 -0500 Subject: RbConfig::CONFIG['bindir'] is already a string --- Library/Homebrew/test/testing_env.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/test/testing_env.rb') diff --git a/Library/Homebrew/test/testing_env.rb b/Library/Homebrew/test/testing_env.rb index 474df0121..9e04f2c33 100644 --- a/Library/Homebrew/test/testing_env.rb +++ b/Library/Homebrew/test/testing_env.rb @@ -26,7 +26,7 @@ HOMEBREW_WWW = 'http://example.com' HOMEBREW_CURL_ARGS = '-fsLA' HOMEBREW_VERSION = '0.9-test' -RUBY_BIN = Pathname.new("#{RbConfig::CONFIG['bindir']}") +RUBY_BIN = Pathname.new(RbConfig::CONFIG['bindir']) RUBY_PATH = RUBY_BIN + RbConfig::CONFIG['ruby_install_name'] + RbConfig::CONFIG['EXEEXT'] MACOS = true -- cgit v1.2.3