method
smart_match
RSpec latest stable (1.3.1)
-
0 notes -
Class: Spec::Matchers
- 1.1.4
- 1.1.12 (0)
- 1.2.0
- 1.2.8
- 1.3.0
- 1.3.1
- What's this?
smart_match(expected)
public
Hide source
# File features/support/matchers/smart_match.rb, line 33 def smart_match(expected) SmartMatch.new(expected) end