Sha256: 2f4ea4e2864fe403c6171fac7f285ffa761f6fddfc7df583ec13f54737fffef5

Contents?: true

Size: 687 Bytes

Versions: 3

Compression:

Stored size: 687 Bytes

Contents

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

  @javascript
  Scenario: Inherited component should successfully call parent methods in Ruby and JavaScript
    When I go to the ExtendedServerCaller test page
    Then I should see "Extended Server Caller"
    When I press "Call server"
    Then I should see "All quiet here on the server, shiny weather"
    And I should see "Added by extended Server Caller"

  @javascript
  Scenario: Extended scoped components should render
    Given I am on the ScopedComponents::ExtendedScopedComponent test page
    Then I should see "Extended Scoped Component Title"
    And I should see "Extended Scoped Component HTML"
  

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
netzke-core-0.6.2 features/inheritance.feature
netzke-core-0.6.1 features/inheritance.feature
netzke-core-0.6.0 features/inheritance.feature