module CheckPleaseRspecMatcher::RSpecHelper
Public Instance Methods
check_please(expected, flags = {})
click to toggle source
# File lib/check_please_rspec_matcher/matcher.rb, line 6 def check_please(expected, flags = {}) ::CheckPleaseRspecMatcher::Matcher.new(expected, flags) end