Sha256: 0a2959d4b279df1380aba04b772bcb012d62f03b3219a531feb8982825a9c9af

Contents?: true

Size: 325 Bytes

Versions: 5

Compression:

Stored size: 325 Bytes

Contents

Feature: Receiving chat messages
  Background:
    Given I am using the Skype Api testing fake

  Scenario: Receiving a message
    Given a client has registered a callback for notifications about "CHATMESSAGE"
    When Skype issues a notification "CHATMESSAGE 123 STATUS RECEIVED"
    Then the callback should be called
    

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
rype-0.0.4 features/receive_chatmessage.feature
rype-0.0.3 features/receive_chatmessage.feature
rype-0.0.2 features/receive_chatmessage.feature
rype-0.0.1 features/receive_chatmessage.feature
bryanl-skype-0.0.1.1 features/receive_chatmessage.feature