Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 167 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 167 Bytes

Testing

Create the test site

rake test_app

Run the tests

rake spec

Run the coverage. After the rake task open coverage/index.html

rake rcov