Module: GenSpec

Defined in:
lib/genspec.rb,
lib/genspec/shell.rb,
lib/genspec/version.rb,
lib/genspec/matchers.rb,
lib/genspec/matchers/base.rb,
lib/genspec/generator_example_group.rb,
lib/genspec/matchers/output_matcher.rb,
lib/genspec/matchers/result_matcher.rb

Defined Under Namespace

Modules: GeneratorExampleGroup, Matchers Classes: Shell, Version

Constant Summary collapse

VERSION =
Version::STRING

Class Method Summary collapse

Class Method Details

.rootObject



21
# File 'lib/genspec.rb', line 21

def self.root;        @root;        end

.root=(root) ⇒ Object



22
# File 'lib/genspec.rb', line 22

def self.root=(root); @root = root; end