We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a04e6b + 8eb262a commit 3cd338fCopy full SHA for 3cd338f
1 file changed
README.md
@@ -2148,6 +2148,16 @@ end
2148
4. Push to the branch (`git push origin my-new-feature`)
2149
5. Create a new Pull Request
2150
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
2161
## License
2162
2163
Copyright 2014-2016 Cerebris Corporation. MIT License (see LICENSE for details).
0 commit comments