Sha256: 2ecb97034d394927663e718b31be90aa9675927f8eae062fea523ef35a0f83f8

Contents?: true

Size: 986 Bytes

Versions: 4

Compression:

Stored size: 986 Bytes

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 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

4 entries across 4 versions & 1 rubygems

Version Path
opal-rspec-0.6.2 spec/rspec/expectations/filter/bugs/define_negated_matcher.rb
opal-rspec-0.6.1 spec/rspec/expectations/filter/bugs/define_negated_matcher.rb
opal-rspec-0.6.0 spec/rspec/expectations/filter/bugs/define_negated_matcher.rb
opal-rspec-0.6.0.beta1 spec/rspec/expectations/filter/bugs/define_negated_matcher.rb