Sha256: 5b30c73f87f3bf8175afd008f0938bc08d498f039a3ac1573fc82abfcc2ff28e

Contents?: true

Size: 240 Bytes

Versions: 12

Compression:

Stored size: 240 Bytes

Contents

require File.expand_path 'test_helper', File.dirname(__FILE__)

class TestSkype < MiniTest::Test

  def test_username
    res = Skype.exec "GET USER echo123 FULLNAME"
    assert res =~ /Sound Test Service/i, "API response error"
  end

end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
skype-0.2.8 test/test_skype.rb
skype-0.2.7 test/test_skype.rb
skype-0.2.6 test/test_skype.rb
skype-0.2.5 test/test_skype.rb
skype-0.2.4 test/test_skype.rb
skype-0.2.3 test/test_skype.rb
skype-0.2.2 test/test_skype.rb
skype-0.2.1 test/test_skype.rb
skype-0.2.0 test/test_skype.rb
skype-0.1.5 test/test_skype.rb
skype-0.1.4 test/test_skype.rb
skype-0.1.3 test/test_skype.rb