Sha256: 27f942d379e2eba3d55bee2e9d97a63df0edac6a7842a8ef91970408c835b450
Contents?: true
Size: 368 Bytes
Versions: 3
Compression:
Stored size: 368 Bytes
Contents
require 'spec_helper' describe Lita::Handlers::OdotTripcheckWebHack, lita_handler: true do before(:each) do end it { is_expected.to route('!tripcheck blue') } it 'will respond to tripcheck' do send_message '!tripcheck govy' expect(replies.last).to include('https://tripcheck.com/RoadCams/cams/US26%20at%20Govn%20Camp%20Maint_pid1899.JPG') end end
Version data entries
3 entries across 3 versions & 2 rubygems