diff options
| author | Zack Hobson | 2013-12-04 10:40:58 -0800 |
|---|---|---|
| committer | Zack Hobson | 2013-12-04 10:40:58 -0800 |
| commit | ce7426505333276d732834c696ee498ed8ef27a3 (patch) | |
| tree | 9dca1650001c2e3b5c951d06007a81210672413a /HACKING.markdown | |
| parent | 3036243f66f7e0e1f83b1c01129118cb253ede65 (diff) | |
| download | hcl-ce7426505333276d732834c696ee498ed8ef27a3.tar.bz2 | |
optional coverage
Diffstat (limited to 'HACKING.markdown')
| -rw-r--r-- | HACKING.markdown | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/HACKING.markdown b/HACKING.markdown index b158189..be8e396 100644 --- a/HACKING.markdown +++ b/HACKING.markdown @@ -8,6 +8,11 @@ Use Bundler to install dependencies before you run the tests: bundle rake test +To view the test coverage: + + rake coverage + open coverage/index.html + ## Running HCl during development To run HCl in place (e.g. for testing out local changes) you can use bundle exec: |
