23:40
<kotp>
@bot.should_receive(:on).with(any_args()).any_number_of_times is what I currently have as a spec, but I know that it 'should' really be 6 times rather than have the infinite potential of "any" number of times... I can't seem to figure out how to do this, but I thought I remembered seeing a way in rspec a while ago.