Small corrections on the 'Running Tests' README section

This commit is contained in:
Erich Soares Machado 2018-02-01 15:30:02 +01:00
parent 24f0377e8d
commit 80a244d9d2

View File

@ -194,7 +194,7 @@ rake gemspec
```
### Running Tests
We use rspec for testing. We have unit tests, functional tests and performance tests. To run tests use the following rake task
We use [RSpec](http://rspec.info/) for testing. We have unit tests, functional tests and performance tests. To run tests use the following rake task:
```bash
rake spec