module GeneratorSpec::Matcher

Public Instance Methods

have_structure(&block) click to toggle source
# File lib/generator_spec/matcher.rb, line 133
def have_structure(&block)
  Root.new(&block)
end