Skip to content

Commit 3cd338f

Browse files
authored
Merge pull request cerebris#870 from pixelhandler/add-running-tests-to-readme
Add section to README on how to run tests
2 parents 5a04e6b + 8eb262a commit 3cd338f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2148,6 +2148,16 @@ end
21482148
4. Push to the branch (`git push origin my-new-feature`)
21492149
5. Create a new Pull Request
21502150

2151+
### Running Tests
2152+
2153+
To run the tests for this project:
2154+
2155+
- `rake test` or `bundle exec rake test`
2156+
2157+
To run a single test:
2158+
2159+
- `bundle exec ruby -I test test/controllers/controller_test.rb -n test_type_formatting`
2160+
21512161
## License
21522162

21532163
Copyright 2014-2016 Cerebris Corporation. MIT License (see LICENSE for details).

0 commit comments

Comments
 (0)