fivemat
fivemat copied to clipboard
Tapout
Writing a formatter looks pretty easy, but how do I get tapout to load it?
On Sat, Apr 14, 2012 at 5:59 PM, Tim Pope [email protected] wrote:
Writing a formatter looks pretty easy, but how do I get tapout to load it?
Good point, when I suggested it I was think of including your format
with tapout gem. But you are right, there should be a way to do it as
a separate plugin gem. So I just pushed a new version of tapout
(0.4.1) which will automatically load a reporter if it's not initially
found. Just name the file tapout-{name}.rb, e.g.
lib/tapout-fivemat.rb, then it should work automatically.
I pushed this out real quick as I am busy with other things, so let me know if you have any trouble with it. And please let me know if you see any other way I can improve tapout.
Thanks!