zdennis / practice-guitar_tabs_bdd

practicing BDD, walking through Ryan Greenhall's tutorial: http://www.ryangreenhall.com/articles/bdd-by-example.html

This URL has Read+Write access

name age message
file README Loading commit data...
file Rakefile
file cucumber.yml
directory features/
directory lib/
directory spec/
README
This was walking through Ryan Greenhall's BDD by example
tutorial. 

http://www.ryangreenhall.com/articles/bdd-by-example.html

To run specs:
  rake spec
  
To run features:
  rake features
    OR
  cucumber -p default features/