Instuction:
- clone the repo
- Install bundler if not installed using
gem install bundler:1.17.2
- run
bundle install
- To run all specs
rspec
- To run specific specs.
rspec path_of_spec
- for debugging use
binding.pry
make sure you required the pkgrequire 'pry-byebug'