Files
car-tracker/README.md
T

18 lines
201 B
Markdown

# Car Tracker
Vehicle maintenance and fuel tracking application.
## Testing
Run the application test suite with:
```sh
bundle exec rspec
```
Run the full local CI baseline with:
```sh
bin/ci
```