We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
JonRowe
benoittgt
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
2 parents 2beffdc + 8197094 commit 192da8aCopy full SHA for 192da8a
features/support/rubinius.rb
@@ -1,5 +1,5 @@
1
# Required until https://github.com/rubinius/rubinius/issues/2430 is resolved
2
-ENV['RBXOPT'] = "#{ENV["RBXOPT"]} -Xcompiler.no_rbc"
+ENV['RBXOPT'] = "#{ENV['RBXOPT']} -Xcompiler.no_rbc"
3
4
Around "@unsupported-on-rbx" do |scenario, block|
5
block.call unless defined?(Rubinius)
0 commit comments