Skip to content

Commit

Permalink
Relative links don't work in github documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdmac committed Nov 15, 2011
1 parent 35ded22 commit 706a9c2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -162,8 +162,9 @@ with both `@interface` and `@database` at the same time.
Scoped steps are really just Ruby modules under the covers so you
can do anything you'd normally want to do including defining
helper/utility methods and variables. Check out
[features/alignment_steps.rb](features/alignment_steps.rb) and
[features/evil_steps.rb](features/evil_steps.rb) for basic examples.
[features/alignment_steps.rb](https://github.com/jnicklas/turnip/blob/master/examples/alignment_steps.rb)
and
[features/evil_steps.rb](https://github.com/jnicklas/turnip/blob/master/examples/evil_steps.rb) for basic examples.

### Reusing steps
When using scoped steps in Turnip, you can tell it to also include steps
Expand Down

0 comments on commit 706a9c2

Please sign in to comment.