Updated dependency, so we can remove extra code.

This commit is contained in:
José Valim 2009-06-17 18:16:49 +02:00
parent 5ff80e7433
commit 30fff3077d

@ -47,9 +47,7 @@ def create_root
self.root = File.expand_path(app_path, root)
empty_directory '.'
app_name # Sets the app name
source_root # Sets the source root
app_name # Sets the app name
FileUtils.cd(root)
end