Sha256: 5e03f78a8eeed3a4c2ded298785a5477a8ee9f1bfb8308f4b30cfd42afdb450d

Contents?: true

Size: 423 Bytes

Versions: 4

Compression:

Stored size: 423 Bytes

Contents

rspec_filter 'partial double' do
  unless at_least_opal_0_10?
    # 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'
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
opal-rspec-0.6.2 spec/rspec/mocks/filter/bugs/partial_double.rb
opal-rspec-0.6.1 spec/rspec/mocks/filter/bugs/partial_double.rb
opal-rspec-0.6.0 spec/rspec/mocks/filter/bugs/partial_double.rb
opal-rspec-0.6.0.beta1 spec/rspec/mocks/filter/bugs/partial_double.rb