Start your spike project quickly with the following tools
git clone https://github.com/agilecreativity/ruby-spike-template.git
cd ruby-spike-template
bundle
bundle install --binstubs- Open new terminal or new tmux session
one for your `lib/spike.rb`
one for your `spec/spike_spec.rb`
one for your `bin/guard`
- Start Guard
./bin/guard
- Spike away your idea.