提交 78cad022 编写于 作者: S Sam Bigelow

Document how to run rspec tests

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册