Created
May 6, 2011 09:00
-
-
Save suciuvlad/958659 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @test | |
| Feature: Viewing bulletins | |
| In order to view the content on this website | |
| As a visitor | |
| I want to view bulletins | |
| Background: | |
| Given A Refinery user exists | |
| Scenario: Listing all bulletins | |
| When I go to the home page | |
| Then show me the page | |
| Then I should see "Gold News" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment