Sha256: b09cc42e82fbc194cee4fbbed55da8e98da0797e3b14fc62d2a0c9afbdb2fe80

Contents?: true

Size: 402 Bytes

Versions: 5

Compression:

Stored size: 402 Bytes

Contents

Feature: Send a chat message

  Background:
    Given I am using the Skype Api testing fake

  Scenario: Send message
    Given there is a chat with id "#test/$echo123;2010fc482c5ce233"
    When I send a chatmessage "Howdy pal!" to "#test/$echo123;2010fc482c5ce233"
    Then the Skype Api should receive the message 
      """
      CHATMESSAGE #test/$echo123;2010fc482c5ce233 Howdy pal!
      """
    

Version data entries

5 entries across 5 versions & 2 rubygems

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