module RSpec::Core

Namespace for the rspec-core code.

Constants

DeprecationError

Deprecation Error.

ExclusionRules

@private

Public Class Methods

@private path to executable file.

# File rspec-core/lib/rspec/core.rb, line 181
def self.path_to_executable
  @path_to_executable ||= File.expand_path('../../../exe/rspec', __FILE__)
end