Sha256: 8858afad9d8cd24471cf1de0c811a4a972116aaa04c9998e57777a7dd45f7fdc

Contents?: true

Size: 889 Bytes

Versions: 1

Compression:

Stored size: 889 Bytes

Contents

Feature: Crochery built on top of Aquarium Aspects library is working
  In order to build and use crochets library
  A user defines hooks and they are called respectively

  Scenario: Check no hook
    Given The respective aspects are applied
    When I do not set the hook on tester method
    Then the hook is not being called

  Scenario: Check hook unsetting
    Given The respective aspects are applied
    When I set the hook on tester method
    And  I unset the hook on tester method
    Then the hook is not being called

  Scenario: Check hook setting
    Given The respective aspects are applied
    When I set the hook on tester method
    Then the hook is being called

  Scenario: Check non-blocking hook setting
    Given The respective aspects are applied
    When I set the non-blocking hook on tester method
#    And I wait for a while
    Then the hook is being called

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
crochets-0.1.0 features/crochets.feature