Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 433 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 433 Bytes

Personal Ruby Challenges

CircleCI

Dependencies

Ruby (2.6.4)

Local Setup

gem install bundler:2.0.2
bundle

Run Unit tests

bundle exec rspec .

Run Rubocop check

bundle exec rubocop

Debug with Guard

bundle exec guard