Skip to content

Instantly share code, notes, and snippets.

@mlambie
Created May 31, 2011 08:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mlambie/1000198 to your computer and use it in GitHub Desktop.
Save mlambie/1000198 to your computer and use it in GitHub Desktop.
search.feature
Feature: thefrontiergroup.com.au
It should be up
And I should be able to search for things
Scenario: Searching for things
When I go to "http://blog.thefrontiergroup.com.au/"
And I fill in "s" with "json_decode"
And I press "searchsubmit"
Then I should see "Search Results for &lsquo;<span>json_decode</span>&rsquo;"
And I should see "json_decode\(\) Not Working in PHP?"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment