Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 564 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (21 loc) · 564 Bytes

Contributing

Getting Started

  1. Install asdf
  2. Install the asdf Ruby plugin
asdf plugin add ruby https://github.com/asdf-vm/asdf-ruby.git # Visit that repository to see installation prerequisites
  1. Run asdf install to install the version of Ruby specified in the .ruby-version file
  2. Run bundle install to install the Ruby dependencies

Running the tests

bundle exec rspec

Running the linter

bundle exec rubocop

Formatting

bundle exec rubocop -a