Commit 8b7aa1e4 authored by Sam Bigelow's avatar Sam Bigelow

Update best_practices.md

parent 78cad022
......@@ -21,12 +21,12 @@ Here are some things to keep in mind regarding test performance:
To run rspec tests:
```
```sh
# run all tests
bundle exec rake rspec
bundle exec rspec
# run test for path
bundle exec rake rspec spec/[path]/[to]/[spec].rb
bundle exec rspec spec/[path]/[to]/[spec].rb
```
### General guidelines
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment