Skip to content

Commit

Permalink
Merge pull request #36 from fmanimashaun/hotfix-readme-rspec
Browse files Browse the repository at this point in the history
Update correct rspec command for tests
  • Loading branch information
fmanimashaun authored Feb 28, 2024
2 parents 016e469 + 6e70864 commit 79f96f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ To run tests, navigate to the directory where the project is located on your mac
Test Suite
This project contains a suite of unit tests which you can run to ensure everything is functioning as expected. To run these tests, you need RSpec installed.

bundle exec rspec ./spec/controllers
bundle exec rspec ./spec/requests
bundle exec rspec ./spec/models

<p align="right">(<a href="#readme-top">back to top</a>)</p>
Expand Down

0 comments on commit 79f96f1

Please sign in to comment.