Sha256: 466030d97beabe64b284fa6a3ba3e2a521cc1f100db17d54ddf91644e49cf7a6

Contents?: true

Size: 399 Bytes

Versions: 7

Compression:

Stored size: 399 Bytes

Contents

# Long standing issue with doing defined?(@instance_var) - See https://github.com/opal/opal/blob/master/lib/opal/nodes/defined.rb, compile_ivar method
# RSpec::Matchers::BuiltIn::BaseMatcher#description does one of these and when @expected is nil, it will not appear defined but it should be
equal when the expected object is falsey in conditinal semantics describes itself with the expected object

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
opal-rspec-0.6.2 spec/rspec/expectations/filter/bugs/equal.txt
opal-rspec-0.6.1 spec/rspec/expectations/filter/bugs/equal.txt
opal-rspec-0.6.0 spec/rspec/expectations/filter/bugs/equal.txt
opal-rspec-0.6.0.beta1 spec/rspec/expectations/filter/bugs/equal.txt
opal-connect-rspec-0.5.0 spec/rspec/expectations/filter/bugs/equal.txt
opal-rspec-0.5.0 spec/rspec/expectations/filter/bugs/equal.txt
opal-rspec-0.5.0.beta3 spec/rspec/expectations/filter/bugs/equal.txt