Module: Cog::SpecHelpers

Included in:
CodeNode::SpecHelpers::DotFile
Defined in:
lib/code_node/spec_helpers.rb,
lib/code_node/spec_helpers/runner.rb

Overview

Customizations to cog RSpec helpers for use with code_node

Defined Under Namespace

Classes: Invocation, Runner

Instance Method Summary collapse

Instance Method Details

#spec_rootObject



18
19
20
# File 'lib/code_node/spec_helpers.rb', line 18

def spec_root
  File.expand_path File.join(File.dirname(__FILE__), '..', '..', 'spec')
end