Sha256: 427d76e84eaeedbef619fe4638ee398a16372af5d3c5826df7e4f121b083cd6b

Contents?: true

Size: 267 Bytes

Versions: 3

Compression:

Stored size: 267 Bytes

Contents

# frozen_string_literal: true
# Required until https://github.com/rubinius/rubinius/issues/2430 is resolved
ENV['RBXOPT'] = "#{ENV.fetch("RBXOPT", nil)} -Xcompiler.no_rbc"

Around "@unsupported-on-rbx" do |_scenario, block|
  block.call unless defined?(Rubinius)
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
rspec-activemodel-mocks-1.2.1 features/support/rubinius.rb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/rspec-activemodel-mocks-1.2.0/features/support/rubinius.rb
rspec-activemodel-mocks-1.2.0 features/support/rubinius.rb