Sha256: 18e31ac38eaa6b8dad2ea8cccfc01dae0da6c0e49589aabba1930d27f6ff4135

Contents?: true

Size: 1.13 KB

Versions: 3

Compression:

Stored size: 1.13 KB

Contents

rspec_filter 'define_negated_matcher' do
  # method owner (no issue/PR) and block (https://github.com/opal/opal/pull/1132)
  filter('RSpec::Matchers.define_negated_matcher when the negated description is overriden overrides the failure message with the provided block')
  filter('RSpec::Matchers.define_negated_matcher when the negated description is overriden overrides the description with the provided block').unless { at_least_opal_0_9? }
  filter('RSpec::Matchers.define_negated_matcher when no block is passed when matched negatively fails matches against values that pass the original matcher')
  filter('RSpec::Matchers.define_negated_matcher when no block is passed when matched positively fails matches against values that pass the original matcher')
  filter('RSpec::Matchers.define_negated_matcher the failure message for a matcher with default failure messages when failing negatively uses the phrasing from the provided defined matcher alias')
  filter('RSpec::Matchers.define_negated_matcher the failure message for a matcher with default failure messages when failing positively uses the phrasing from the provided defined matcher alias')
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
opal-connect-rspec-0.5.0 spec/rspec/expectations/filter/bugs/define_negated_matcher.rb
opal-rspec-0.5.0 spec/rspec/expectations/filter/bugs/define_negated_matcher.rb
opal-rspec-0.5.0.beta3 spec/rspec/expectations/filter/bugs/define_negated_matcher.rb