Sha256: 5d02b841a9996461910849dd453d4ac50f56ca04015b298dfce5bc73a642ff07

Contents?: true

Size: 685 Bytes

Versions: 3

Compression:

Stored size: 685 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.5 features/inheritance.feature
netzke-core-0.6.4 features/inheritance.feature
netzke-core-0.6.3 features/inheritance.feature