Skip to content

Instantly share code, notes, and snippets.

@pedrolopesme
Created November 1, 2013 12:32
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 pedrolopesme/7264756 to your computer and use it in GitHub Desktop.
Save pedrolopesme/7264756 to your computer and use it in GitHub Desktop.
$ rake cucumber
/Users/pedrolopesme/.rvm/rubies/ruby-1.9.3-p448/bin/ruby -S bundle exec cucumber --profile default
Using the default profile...
Feature: Search For PageObject Article
As a Blog do Pedro visitor
I want to find for PageObjects article
Scenario: # features/001_search_for_pageobject_article.feature:6
Given I am on Blog do Pedro's Home Page # features/steps_definitions/001_search_for_pageobject_article.rb:3
When I input a term into search text field # features/steps_definitions/001_search_for_pageobject_article.rb:7
Then I should submit search form # features/steps_definitions/001_search_for_pageobject_article.rb:13
1 scenario (1 passed)
3 steps (3 passed)
0m8.384s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment