I've just installed spork via adding the version to the gemfile and running bundle install.
When I gem list I can see spork (0.8.4) so the gem is installed.
Im still tyring to configure spork, so when I type spork --bootstrap or spork -v to get see the version i get spork: command not found
Any ideas?
Wherever spork was installed isn't in your
PATH, which is where your prompt looks for commands you type.