Commit Graph

5 Commits

Author SHA1 Message Date
Marc Schwieterman df39268395 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}
2012-01-27 10:28:57 -05:00
Jo Liss 7fe06e966d Recommend using "bundle exec" just in case
This avoids issues like this one: https://github.com/jnicklas/capybara/issues/585
2012-01-13 13:49:58 -05:00
Mike Burns e1e994400b Format the code block better for the contribution guide 2011-07-22 17:03:55 -04:00
Mike Burns 1f46f2692f Better formatting for the contribution guide 2011-07-22 17:02:28 -04:00
Mike Burns 3e9527a41d a contributing guide 2011-07-22 17:01:10 -04:00