Mike Disuza wrote in post #968779:
> Hi,
> I am trying to start with Cucumber for testing purpose. As I haven't
> done any testing in rails I am facing a problem to start. Can anyone
> tell me How can I start with Cucumber?

Feature: Learn Cucumber
  In order to learn Cucumber and RSpec
  As a new user of Behavior Driven Development (BDD)
  I want to purchase and read "The RSpec Book"

  Scenario: Purchase "The RSpec Book"
    Given I have 24 dollars to invest in my learning
    When I purchase "The RSpec Book" from pragprog.com
    And I receive my copy of the book
    Then I can begin learning "Behavior Driven Development with RSpec"
    And I can begin learning "Behavior Driven Development with Cucumber"

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to