Skip to content

Example application of how to use Turnip within a Rails application

Notifications You must be signed in to change notification settings

blindside-io/turnip-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Example application of how to use Turnip within a Rails application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published