Skip to content

eliflores/railsgirls

Repository files navigation

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