manifest -> hooks

This commit is contained in:
Anthony Sottile 2014-03-30 13:12:40 -07:00
parent d4c9f9075e
commit c62c1a3b51
8 changed files with 8 additions and 8 deletions

View file

@ -10,7 +10,7 @@ from pre_commit.clientlib.validate_manifest import run
def test_returns_0_for_valid_manifest():
assert run(['example_manifest.yaml']) == 0
assert run(['example_hooks.yaml']) == 0
def test_returns_0_for_our_manifest():