Skip to content

Commit 8eb262a

Browse files
committed
Add section to README on how to run tests
1 parent 5a04e6b commit 8eb262a

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

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)