Sha256: 12e1027fb622a2d95825c34c7400f88a8cabd9f398a06e1e4c0133f52bf971ac
Contents?: true
Size: 388 Bytes
Versions: 2
Compression:
Stored size: 388 Bytes
Contents
Feature: My site Scenario: Home Page Given I have a page called 'Home' And it has a title called 'home' And it has a route of '/' When I visit '/' Then I should see 'home' Scenario: About Given I have a page called 'About' And it has a title called 'About Us' And it has a route of '/about' When I visit '/about' Then I should see 'About Us'
Version data entries
2 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gurk-0.0.1 | lib/templates/features/home.feature |
gurk-0.0.1 | spec/example/features/home.feature |