add imagemagick dependency to contributing guide

Several tests in driver_rendering_spec.rb require the identify command
that is part of Imagemagick. Without it they fail with output similar to
the following.

     MiniMagick::Error:
       Command ("identify -ping
/var/folders/y3/vfvjgwm91f1fmt2syh21czx40000gn/T/mini_magick20120115-49056-pwh5nl-0.png")
failed: {:output=>"sh: identify: command not found\n",
:status_code=>127}
This commit is contained in:
Marc Schwieterman 2012-01-15 18:49:44 -05:00 committed by Matthew Mongeau
parent 59ba8611ba
commit df39268395
1 changed files with 9 additions and 0 deletions

View File

@ -1,5 +1,14 @@
We love pull requests. Here's a quick guide:
Dependencies
Some of the tests depend on the `identify` command that comes with Imagemagick.
Imagemagick can be installed via [homebrew](http://mxcl.github.com/homebrew/).
brew install imagemagick
Contributing
1. Fork the repo.
2. Run the tests. We only take pull requests with passing tests, and it's great