Skip to content

Extract and reuse RSpec matchers

Arturo Herrero requested to merge rspec-matchers into master

What does this MR do?

  • Remove extra definitions not_change matcher.
    • These definitions are redundant because the RSpec matcher has already been created in spec/support/matchers/not_changed_matcher.rb.
  • Extract Rspec exclude matcher.

Merge request reports