Sha256: aea00056cd0834f5a1e5cfaf3cd3fb459e7bf1617fce01dd435739bc2383b0ad

Contents?: true

Size: 445 Bytes

Versions: 3

Compression:

Stored size: 445 Bytes

Contents

rspec_filter 'nil_expectation_warning' do
  # marshal not supported on Opal, other issues were fixed in 0.9 that allow this to pass
  filter('#allow_message_expectations_on_nil does not affect subsequent examples').unless { at_least_opal_0_9? }
  filter '#allow_message_expectations_on_nil doesnt error when marshalled'

  # backtrace / line number
  filter 'an expectation set on nil issues a warning with file and line number information'
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
opal-connect-rspec-0.5.0 spec/rspec/mocks/filter/unsupported/nil_expectation_warning.rb
opal-rspec-0.5.0 spec/rspec/mocks/filter/unsupported/nil_expectation_warning.rb
opal-rspec-0.5.0.beta3 spec/rspec/mocks/filter/unsupported/nil_expectation_warning.rb