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 2beffdc commit 8197094Copy full SHA for 8197094
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