/ruby_challenges

Personal Ruby Challenges

Primary LanguageRuby

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