Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix: makes possible to use RSpec::Matchers#include inside a custom matcher definition #272

Closed
wants to merge 2 commits into from

Commits on Jun 16, 2013

  1. Bugfix: make possible to use RSpec::Matchers#include inside a custom …

    …matcher
    
    That bug was happening because RSpec::Matchers::DSL::Matcher has a
    `include` private method that was overriding the `include` method
    include from RSpec::Matchers.
    hugobarauna committed Jun 16, 2013
    Configuration menu
    Copy the full SHA
    4d78b97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a71a2f5 View commit details
    Browse the repository at this point in the history