Steps to follow, Ref:
- Update Gemfile
bundle install
rails g rspec:install
- Edit
.rspec
--colour
--format progress
--drb
-fs
spork --bootstrap
- Edit
spec/spec_helper.rb
rails generate cucumber:install --rspec --spork
rails g jquery:install --ui
guard init spork
guard init rspec
guard init cucumber