require 'spec_helper' describe SlackMathbot::Commands::Help do it 'help' do expect(message: 'mathbot help').to respond_with_slack_message('See https://github.com/dblock/slack-mathbot, please.') endend