Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 219 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (9 loc) · 219 Bytes

Contributing to ud

Tests

$ git clone https://github.com/bfontaine/ud.git
$ cd ud
$ bundle install
$ bundle exec rake test

It’ll generate a coverage/index.html, which you can open in a Web browser.