Sha256: 9c2276b4c8929b6787bb1d9b79f9ae36344eb6627627ccca1a7d5e3b980aa81e

Contents?: true

Size: 513 Bytes

Versions: 3

Compression:

Stored size: 513 Bytes

Contents

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

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

    When I go to the ScopedComponents::DeepScopedComponents::SomeDeepScopedComponent test page
    Then I should see "Some Deep Scoped Component Title"
    And I should see "Some Deep Scoped Component HTML"
  
  
  

Version data entries

3 entries across 3 versions & 1 rubygems

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