Commit 78cad022 authored by Sam Bigelow's avatar Sam Bigelow

Document how to run rspec tests

parent a9be222f
......@@ -19,6 +19,16 @@ Here are some things to keep in mind regarding test performance:
## RSpec
To run rspec tests:
```
# run all tests
bundle exec rake rspec
# run test for path
bundle exec rake rspec spec/[path]/[to]/[spec].rb
```
### General guidelines
- Use a single, top-level `describe ClassName` block.
......
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