Sha256: 1ce9068c33e6b61cf42df6b39fc974ff277a65c2da794a60a1ec144fccbe2ced

Contents?: true

Size: 380 Bytes

Versions: 3

Compression:

Stored size: 380 Bytes

Contents

rspec_filter 'partial_double' do
  # not sure what broke this on 0.8. public_methods impl?
  filter('Method visibility when using partial mocks keeps public methods public').unless { at_least_opal_0_9? }
  filter 'Method visibility when using partial mocks keeps private methods private'
  filter 'Method visibility when using partial mocks keeps protected methods protected'
end

Version data entries

3 entries across 3 versions & 2 rubygems

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