Sha256: 7050b89248eb0b6c8e2d297ea512282240cf36841637570f49f597f361eca9ec
Contents?: true
Size: 229 Bytes
Versions: 1
Compression:
Stored size: 229 Bytes
Contents
require File.expand_path 'test_helper', File.dirname(__FILE__) class TestSkypeError < MiniTest::Test def test_error begin Skype.asdfhujiko rescue => e assert_equal e.class, Skype::Error end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
skype-0.2.4 | test/test_error.rb |