Sha256: 6329fb179cfff280257b2113d6e1598db5a47988ac70bcca85b94ac876078bbf

Contents?: true

Size: 550 Bytes

Versions: 3

Compression:

Stored size: 550 Bytes

Contents

Feature: JsMixins
  In order to value
  As a role
  I want feature

  @javascript
  Scenario: ComponentWithJsMixin should behave
    Given I am on the ComponentWithJsMixin test page
    When I press "Action one"
    Then I should see "Action One triggered!"
    When I press "Action two"
    Then I should see "Action Two triggered!"

  @javascript
  Scenario: ExtendedComponentWithJsMixin should behave, too
    Given I am on the ExtendedComponentWithJsMixin test page
    When I press "Action three"
    Then I should see "Action Three triggered!"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
netzke-core-0.6.7 test/rails_app/features/js_include.feature
netzke-core-0.6.6 features/js_include.feature
netzke-core-0.6.5 features/js_include.feature