Module: CheckPleaseRspecMatcher::RSpecHelper

Defined in:
lib/check_please_rspec_matcher/matcher.rb

Instance Method Summary collapse

Instance Method Details

#check_please(expected, flags = {}) ⇒ Object



6
7
8
# File 'lib/check_please_rspec_matcher/matcher.rb', line 6

def check_please(expected, flags = {})
  ::CheckPleaseRspecMatcher::Matcher.new(expected, flags)
end