Skip to content

Testing

Taras Danylak edited this page Feb 5, 2018 · 1 revision

The application has a basic test suite setup, using default Rails' MiniTest.

Tests can be run manually using:

$: rails test

Or using Guard for automatically running tests whenever you change code in your controllers, models, or other files: Run the following command in the terminal, within the project directory:

$: bundle exec guard

To run all the tests with guard, just press Enter within the guard prompt.

Clone this wiki locally