Added fix end of file hook.

This commit is contained in:
Anthony Sottile 2014-03-22 21:49:10 -07:00
parent 8c30419c13
commit dc1494d0e7
13 changed files with 15 additions and 16 deletions

View file

@ -12,4 +12,4 @@ def test_all_languages_have_repo_setups():
@pytest.mark.parametrize('language', C.SUPPORTED_LANGUAGES)
def test_all_languages_support_interface(language):
assert hasattr(languages[language], 'install_environment')
assert hasattr(languages[language], 'run_hook')
assert hasattr(languages[language], 'run_hook')