Commit 69ad3872575c17f0051dccd6e58323a829ff151d

Authored by Dan Croak
1 parent b21f0e5f

install rubaidh during project creation

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
script/create_project
... ... @@ -65,6 +65,7 @@ end
65 65  
66 66 run("sudo rake gems:install RAILS_ENV=development")
67 67 run("sudo rake gems:install RAILS_ENV=test")
  68 +run("sudo rake gems:install RAILS_ENV=production")
68 69 run("sudo rake gems:install RAILS_ENV=cucumber")
69 70  
70 71 if not_installed?("cucumber")
... ...