Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 502 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 502 Bytes

README

  • Ruby version

    • 3.2.2
  • System dependencies

    • 3.2.2
  • Configuration

    • bundle install
  • Database creation

    • rails db:create
    • rails db:migrate
  • How to run the test suite

    • Run all test suite
      • bundle exec rspec spec/
    • Run specific test suit
      • bundle exec rspec spec/controllers/
      • bundle exec rspec spec/fixtures/
      • bundle exec rspec spec/models/
      • bundle exec rspec spec/services/
  • Deployment instructions

    • git push heroku your-branch-name:main