Commit 364a70cf6d6c51c0f3d6d730938b0d4c917d8fc4
1 parent
6446d38d
Exists in
master
and in
1 other branch
touching logs. not sure why i haven't seen this failure before
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
script/create_project
... | ... | @@ -58,6 +58,10 @@ run("sudo rake gems:install RAILS_ENV=development") |
58 | 58 | run("sudo rake gems:install RAILS_ENV=test") |
59 | 59 | run("sudo rake gems:install RAILS_ENV=cucumber") |
60 | 60 | |
61 | +run("touch log/development.log") | |
62 | +run("touch log/test.log") | |
63 | +run("touch log/cucumber.log") | |
64 | + | |
61 | 65 | run("rake db:migrate RAILS_ENV=development") |
62 | 66 | run("rake db:migrate RAILS_ENV=test") |
63 | 67 | run("rake db:migrate RAILS_ENV=cucumber") | ... | ... |