Skip to content

Instantly share code, notes, and snippets.

@floehopper
Created July 10, 2017 17:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save floehopper/82fe966505349f188a98d434525e35bb to your computer and use it in GitHub Desktop.
Save floehopper/82fe966505349f188a98d434525e35bb to your computer and use it in GitHub Desktop.
Running alphagov/whitehall tests on OSX
# Fix for "File exists @ dir_s_mkdir - /Users/jamesmead/Code/alphagov/whitehall/carrierwave-tmp (Errno::EEXIST)"
rm carrierwave-tmp
mkdir carrierwave-tmp
# Fix for "No such file or directory - identify (Errno::ENOENT)"
brew install imagemagick
# Fix for "ERROR: Scenarios tagged @javascript require mustache templates to be compiled first. Execute 'rake shared_mustache:compile' before running these scenarios."
rake shared_mustache:compile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment