Skip to content

Commit

Permalink
Added instructions for testing with Frank
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Ly committed Sep 15, 2012
1 parent dd7c388 commit 0b7b4e6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ iOS.

OCUnit tests are provided. Run them via XCode.

To run the Frank tests, run:
To run the Frank tests, [follow the instructions on the
site](http://testingwithfrank.com/getting_started.html), including
turning on Accessibility in OS X, and issue the following commands

bundle install

bundle exec frank setup # do NOT override env.rb (Select "n")
bundle exec frank build
bundle exec cucumber Franke/features

0 comments on commit 0b7b4e6

Please sign in to comment.