Commit 6acf89fce9242dd5852b9c359ae58ea15aca423c

Authored by Dan Croak
1 parent 9033ef05

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 102 run("sudo touch log/cucumber.log")
103 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 105 run("rake db:migrate RAILS_ENV=development")
112 106 run("rake db:migrate RAILS_ENV=test")
113 107 run("rake db:migrate RAILS_ENV=cucumber")
... ...