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.
2 parents 53e8e3d + edf995c commit 1941bf1Copy full SHA for 1941bf1
test/test_sprocketize.rb
@@ -85,6 +85,6 @@ def teardown
85
def sprockets(*args)
86
script = File.expand_path("../../bin/sprockets", __FILE__)
87
lib = File.expand_path("../../lib", __FILE__)
88
- `ruby -I#{lib} #{script} #{Shellwords.join(args)} 2>&1`
+ `#{RbConfig.ruby} -I#{lib} #{script} #{Shellwords.join(args)} 2>&1`
89
end
90
0 commit comments