Skip to content

Commit

Permalink
Mention that chromedriver needs to be installed separately
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Zimmerman committed Mar 20, 2012
1 parent 57c156f commit f6e7696
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/README

This file was deleted.

14 changes: 14 additions & 0 deletions tests/README.md
@@ -0,0 +1,14 @@
In order to run the front end tests, you need:

- ruby
- rubygems
- bundler
- chromedriver

To install dependencies:
```
cd integration && bundle install
```

This will install everything except chromedriver, which you need to get
yourself.

0 comments on commit f6e7696

Please sign in to comment.