class Cello::Structure::NewProject
Public Class Methods
create()
click to toggle source
# File lib/cello/structure/new_project.rb, line 5 def create FileUtils.mkpath "./features/step_definitions" FileUtils.mkpath "./features/support" FileUtils.mkpath "./features/pages" end