Class: Cello::Structure::NewProject
- Inherits:
-
Object
- Object
- Cello::Structure::NewProject
- Defined in:
- lib/cello/structure/new_project.rb
Class Method Summary collapse
Class Method Details
.create ⇒ Object
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 |