Sha256: 9d913fc8dee6019dc5e67ca9fadfe027ac4ffc8a6544109778d1455a1f4acc3d

Contents?: true

Size: 314 Bytes

Versions: 3

Compression:

Stored size: 314 Bytes

Contents

rspec_filter 'respond_to' do
  # arity
  filter('expect(...).not_to respond_to(:sym).with(2).arguments fails if target responds to :sym with two or more args').unless { at_least_opal_0_9? }
  filter('expect(...).not_to respond_to(:sym).with(2).arguments fails if target responds to :sym with any number args')
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
opal-connect-rspec-0.5.0 spec/rspec/expectations/filter/unsupported/respond_to.rb
opal-rspec-0.5.0 spec/rspec/expectations/filter/unsupported/respond_to.rb
opal-rspec-0.5.0.beta3 spec/rspec/expectations/filter/unsupported/respond_to.rb