Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mattscilipoti/cucumber-farmer
Browse files Browse the repository at this point in the history
* 'master' of github.com:mattscilipoti/cucumber-farmer:
  #trivial Readme formatting

Conflicts:
	README.md
  • Loading branch information
mattscilipoti committed Nov 6, 2010
2 parents d4af738 + 186d6a6 commit 3b6768c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,23 @@ This will:
## Installation

Install dialog library:
$ apt-get install dialog
$ brew install dialog #you may need Formula from https://github.com/mattscilipoti/homebrew
$ apt-get install dialog
$ brew install dialog #you may need Formula from https://github.com/mattscilipoti/homebrew

Install the gem:
$ gem install cucumber-farmer
$ gem install cucumber-farmer

In features/support/env.rb:
require 'farmer/step_definitions'
require 'farmer/step_definitions'

## Test
Two levels of testing are required. Library testing and 'usage as a gem' testing.
#### Usage as gem:
A (sinatra) test app is included, containing some acceptance tests.
Interestingly, these tests ask you to verify farmer's functionality.

cd test_app
cucumber
cd test_app
cucumber

#### Test the library:
This library was extracted from an existing app.
Expand Down

0 comments on commit 3b6768c

Please sign in to comment.