Sha256: 573412ca071245c2f9e3fa877533f8c546edb82ece195116fb823029de352ddf
Contents?: true
Size: 394 Bytes
Versions: 8
Compression:
Stored size: 394 Bytes
Contents
require 'spec_helper' describe CanvasWebex::WebexSession do let(:client) {CanvasWebex::Service.new('meeting', 'proserv_instructure', 'foo', '123', 'instructure', nil, 'test')} it 'parses a cisco timestamp' do stub_call('list_timezones') ts = CanvasWebex::WebexSession.parse_time_stamp(4, '01/26/2006 21:00:00', client) ts.to_s.should == '2006-01-26T21:00:00-08:00' end end
Version data entries
8 entries across 8 versions & 1 rubygems