Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.2 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.2 KB

README

CI codecov

This is the application implemented for the RailsGirls workshop.

bundle install --jobs 4 --retry 3 
bundle update
  • Run Tests and make sure they pass ✅
bundle exec rails test
bundle exec rails test:system