duncanbeevers / rails_view_annotator

Wraps the rendering of Rails partials with html comments indicating the disk location of the rendered partial
32 stars 9 forks source link

Add tests #12

Open iainbeeston opened 9 years ago

iainbeeston commented 9 years ago

This adds some basic tests (based on what rails' plugin generator creates) and configures travis.

Note that Travis won't automatically start building when this is merged - you'll also need to set up a github hook to notify travis when there are changes.