editorconfig: fix test

master
Jack Nagel 2013-03-25 13:34:47 -05:00
parent 8d0b98371c
commit 0a3093deca
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ class Editorconfig < Formula
system "make install"
end
def test
system "editorconfig"
test do
system "#{bin}/editorconfig"
end
end