Commit 6acf89fce9242dd5852b9c359ae58ea15aca423c
1 parent
9033ef05
Exists in
master
and in
1 other branch
don't need clearance generators in script/create_project because they have already been run
Showing
1 changed file
with
0 additions
and
6 deletions
Show diff stats
script/create_project
@@ -102,12 +102,6 @@ run("sudo chmod 0666 log/test.log") | @@ -102,12 +102,6 @@ run("sudo chmod 0666 log/test.log") | ||
102 | run("sudo touch log/cucumber.log") | 102 | run("sudo touch log/cucumber.log") |
103 | run("sudo chmod 0666 log/cucumber.log") | 103 | run("sudo chmod 0666 log/cucumber.log") |
104 | 104 | ||
105 | -run("script/generate clearance") | ||
106 | -run("script/generate clearance_features") | ||
107 | -# run("script/generate clearance_views -f") | ||
108 | -run("git add .") | ||
109 | -run("git commit -m 'installed clearance'") | ||
110 | - | ||
111 | run("rake db:migrate RAILS_ENV=development") | 105 | run("rake db:migrate RAILS_ENV=development") |
112 | run("rake db:migrate RAILS_ENV=test") | 106 | run("rake db:migrate RAILS_ENV=test") |
113 | run("rake db:migrate RAILS_ENV=cucumber") | 107 | run("rake db:migrate RAILS_ENV=cucumber") |