Sha256: aa31720f962f8a0effbe5efcffd70f7dac726093ce019676e3160fb70e15575e

Contents?: true

Size: 244 Bytes

Versions: 12

Compression:

Stored size: 244 Bytes

Contents

require 'fileutils'

class Cello::Structure::NewProject
  class << self
    def create
      FileUtils.mkpath "./features/step_definitions"
      FileUtils.mkpath "./features/support"
      FileUtils.mkpath "./features/pages"
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
cello-0.0.35 lib/cello/structure/new_project.rb
cello-0.0.34 lib/cello/structure/new_project.rb
cello-0.0.33 lib/cello/structure/new_project.rb
cello-0.0.32 lib/cello/structure/new_project.rb
cello-0.0.31 lib/cello/structure/new_project.rb
cello-0.0.30 lib/cello/structure/new_project.rb
cello-0.0.29 lib/cello/structure/new_project.rb
cello-0.0.28 lib/cello/structure/new_project.rb
cello-0.0.27 lib/cello/structure/new_project.rb
cello-0.0.26 lib/cello/structure/new_project.rb
cello-0.0.25 lib/cello/structure/new_project.rb
cello-0.0.23 lib/cello/structure/new_project.rb