NoMethodError (undefined method 'notable_exception_raised' for # ):
.After cloning the decko code from github, there are several submodules that need to be initialized. You may run the command git submodule update --init --recursive
in your local decko root directory. Then redo the seeding bundle exec decko seed
.
Your environment is missing the package ImageMagick
.
Mac OS:
brew install imagemagick
Ubuntu:
sudo apt-get install imagemagick