README To install the project's gems: bundle install To run the tests once: bundle exec rspec To run the style check once: bundle exec rubocop To watch changes and automatically run tests and style check: bundle exec guard -i