{ is_expected.to route('ohayo') } it { is_expected.to route('ohayo').to(:ohayo) } it { is_expected.to route('͓Α') } it { is_expected.to route('͓Α').to(:ohayo) } it 'return greeting "ohayo"' do send_message('ohayo') expect(replies.last).to eq('͓Α͏͍͟͝·͢ɻ') end end