-
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/
- Run all test suite
-
Deployment instructions
- git push heroku your-branch-name:main