Class: Cello::Structure::NewProject

Inherits:
Object
  • Object
show all
Defined in:
lib/cello/structure/new_project.rb

Class Method Summary collapse

Class Method Details

.createObject



5
6
7
8
9
# 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