# 'cheat assertions' for the rest assert_respond_to(object, method, message="") Passes if object .respond_to? method Example: assert_respond_to 'bugbear', :slice
cheat sheets.
$ cheat assert_respond_to$ cheat assert_respond_to# 'cheat assertions' for the rest assert_respond_to(object, method, message="") Passes if object .respond_to? method Example: assert_respond_to 'bugbear', :slice