Sha256: 7a5c4290a9e7058254b11178bddabf5dae3efc6ede102d224b55c37bf5112a21

Contents?: true

Size: 492 Bytes

Versions: 4

Compression:

Stored size: 492 Bytes

Contents

Feature: Specify a blank conversation topic template
  In order to converse when the topic is blank
  As a Conversation user
  I want to be able to specify a conversation template to use when the topic is blank
  
  Scenario: Specify a blank conversation topic
    Given I configured Conversation with the following: Conversation.blank_topic_subclass = SampleConversation
    When I start up a conversation with an blank topic
    Then the conversation details should be a SampleConversation

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
cicloid-conversational-0.3.2.pre features/configure_blank_topic.feature
conversational-0.3.2 features/configure_blank_topic.feature
conversational-0.3.1 features/configure_blank_topic.feature
conversational-0.3.0 features/configure_blank_topic.feature