method

smart_match

smart_match(expected)
public

No documentation available.

# File features/support/matchers/smart_match.rb, line 33
    def smart_match(expected)
      SmartMatch.new(expected)
    end