Sha256: 888da8aa6e339a7b6860f915f605c1b4325441bc634db43417e48aea1430656c

Contents?: true

Size: 864 Bytes

Versions: 3

Compression:

Stored size: 864 Bytes

Contents

rspec_filter 'stub implementation' do
  # stubs class methods
  filter('unstubbing with `and_call_original` when partial doubles are verified restores the correct implementations when stubbed and unstubbed on a grandparent and grandchild class')
      .unless { at_least_opal_0_9? }
  filter('unstubbing with `and_call_original` when partial doubles are verified restores the correct implementations when stubbed and unstubbed on a parent and child class')
      .unless { at_least_opal_0_9? }
  filter('unstubbing with `and_call_original` when partial doubles are not verified restores the correct implementations when stubbed and unstubbed on a grandparent and grandchild class')
  filter('unstubbing with `and_call_original` when partial doubles are not verified restores the correct implementations when stubbed and unstubbed on a parent and child class')
end

Version data entries

3 entries across 3 versions & 2 rubygems

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