Module: Transpec

Defined in:
lib/transpec.rb,
lib/transpec/cli.rb,
lib/transpec/git.rb,
lib/transpec/util.rb,
lib/transpec/syntax.rb,
lib/transpec/version.rb,
lib/transpec/ast/node.rb,
lib/transpec/rewriter.rb,
lib/transpec/ast/builder.rb,
lib/transpec/ast/scanner.rb,
lib/transpec/configuration.rb,
lib/transpec/syntax/double.rb,
lib/transpec/syntax/should.rb,
lib/transpec/syntax/matcher.rb,
lib/transpec/ast/scope_stack.rb,
lib/transpec/syntax/be_close.rb,
lib/transpec/syntax/method_stub.rb,
lib/transpec/syntax/raise_error.rb,
lib/transpec/syntax/expectizable.rb,
lib/transpec/syntax/should_receive.rb,
lib/transpec/syntax/rspec_configure.rb,
lib/transpec/syntax/send_node_syntax.rb,
lib/transpec/syntax/able_to_allow_no_message.rb,
lib/transpec/syntax/able_to_target_any_instance.rb

Defined Under Namespace

Modules: AST, Git, Util, Version Classes: CLI, Configuration, Rewriter, Syntax

Class Method Summary collapse

Class Method Details

.rootObject



4
5
6
# File 'lib/transpec.rb', line 4

def self.root
  File.expand_path('..', File.dirname(__FILE__))
end