--- title: Unit Tests --- # Unit Tests A unit test is about testing in isolate a single function and all of its possible output. Unit tests can be found in `spec/models` and other various directories within the `spec` directory. `spec/system` is for integration tests `spec/requets` is for acceptance tests