Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 574 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 574 Bytes

Turnip Example

Based on the blog post found here.

Checkout the spec directory to see how this project has setup turnip.

Running rspec will yield the output:

➜  turnip-example git:(master) ✗ rspec --format=doc

Creating An Account

    Given I visit the page "/users/sign_up" -> When I fill in the form with: -> And I click the "Sign up" button -> Then I have created an account

Finished in 0.26504 seconds (files took 1.95 seconds to load)
1 example, 0 failures