If nothing is in Harbor::View.paths, you end up w/ a glob like {}/**/index.html.erb, which searches all the things. That, plus fixes a couple Form Helper tests.
2nd commit just requires erubis before tilt. Not sure what the concern about handling LoadError's is about, erubis is in the gemspec. Would close #26 if accepted.
If nothing is in Harbor::View.paths, you end up w/ a glob like {}/**/index.html.erb, which searches all the things. That, plus fixes a couple Form Helper tests.