mirror of
https://github.com/thoughtbot/capybara-webkit
synced 2023-03-27 23:22:28 -04:00
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:
parent
59ba8611ba
commit
df39268395
1 changed files with 9 additions and 0 deletions
|
@ -1,5 +1,14 @@
|
||||||
We love pull requests. Here's a quick guide:
|
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.
|
1. Fork the repo.
|
||||||
|
|
||||||
2. Run the tests. We only take pull requests with passing tests, and it's great
|
2. Run the tests. We only take pull requests with passing tests, and it's great
|
||||||
|
|
Loading…
Reference in a new issue