Sha256: d72d39f5223252553abad45d2e734959ead43495d26faaf73fac98f5c40ebaa3

Contents?: true

Size: 293 Bytes

Versions: 3

Compression:

Stored size: 293 Bytes

Contents

require 'rspec/support/ruby_features'

module ::RSpec::Support::RubyFeatures
  # Weird behavior when optional_and_splat_args_supported? is false (which is the case on Opal) and required_kw_args_supported? is true, so forcing this to false
  def required_kw_args_supported?
    false
  end
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
opal-connect-rspec-0.5.0 opal/opal/rspec/fixes/rspec/support/ruby_features.rb
opal-rspec-0.5.0 opal/opal/rspec/fixes/rspec/support/ruby_features.rb
opal-rspec-0.5.0.beta3 opal/opal/rspec/fixes/rspec/support/ruby_features.rb