test/assets/app_template.rb in crafti-0.0.19 vs test/assets/app_template.rb in crafti-0.0.20

- old
+ new

@@ -4,7 +4,11 @@ mkdir "config" touch "Rakefile" touch "Guardfile" touch "test/test_helper.rb" - git "init ." + git do + init + add :all + commit 'Created the project' + end end