Class: Kata::Setup::Ruby
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Kata::Setup::Base
Instance Method Details
#build_tree ⇒ Object
6 7 8 9 10 11 12 13 14 |
# File 'lib/kata/setup/ruby.rb', line 6 def build_tree %w{lib spec helpers matchers}.each { |path| tree(path) } readme base_class dot_rspec spec_helper kata_spec spec_matcher end |