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 9880888 commit a77674bCopy full SHA for a77674b
features/support/rubinius.rb
@@ -0,0 +1,6 @@
1
+# Required until https://github.com/rubinius/rubinius/issues/2430 is resolved
2
+ENV['RBXOPT'] = "#{ENV["RBXOPT"]} -Xcompiler.no_rbc"
3
+
4
+Around "@unsupported-on-rbx" do |scenario, block|
5
+ block.call unless defined?(Rubinius)
6
+end
0 commit comments