Sha256: 2da4d58d3d932037c35ec8bcda89d6007003015f3c81d0d67e117a77eec91961

Contents?: true

Size: 505 Bytes

Versions: 3

Compression:

Stored size: 505 Bytes

Contents

rspec_filter 'partial double' do
  # super/inheritance problems prevent verifying partial doubles except in cases where and_call_original is used
  filter 'when verify_partial_doubles configuration option is set allows the mock to raise an error with yield'
  filter 'when verify_partial_doubles configuration option is set allows stubbing and calls the stubbed implementation'

  # not sure what's broken here on 0.8
  filter(/Using a partial mock on a proxy object.*/).unless { at_least_opal_0_9? }
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
opal-connect-rspec-0.5.0 spec/rspec/mocks/filter/bugs/partial_double.rb
opal-rspec-0.5.0 spec/rspec/mocks/filter/bugs/partial_double.rb
opal-rspec-0.5.0.beta3 spec/rspec/mocks/filter/bugs/partial_double.rb