"""Test post-gen hook in extensions are available and exposed methods are callable."""
import sys

if '{% hello cookiecutter.name %}' == 'Hello Cookiemonster!':
    sys.exit(0)
else:
    sys.exit(1)
