Enable unit tests

Change-Id: Ia1a63527430ebb04964b6840d23514544e03cb3c
Depends-On: I482801397d316e332ca18d0325b553491b1dedaf
This commit is contained in:
Alex Schultz 2017-07-05 14:55:15 -06:00
parent aded95a8b9
commit e5675c3e21
1 changed files with 1 additions and 4 deletions

View File

@ -19,7 +19,4 @@ source $SCRIPT_DIR/functions
install_module
# run unit tests
# TODO(aschultz): need to remove this once cookiecutter works under current
# puppet
exit 0
#$GEM_HOME/bin/bundle exec rake spec SPEC_OPTS='--format documentation'
$GEM_HOME/bin/bundle exec rake spec SPEC_OPTS='--format documentation'