module RSpec::Core
Namespace for the rspec-core code.
Constants
- DeprecationError
Deprecation Error.
- ExclusionRules
@private
- Mutex
On 1.9 and up, this is in core, so we just use the real one
Public Class Methods
path_to_executable()
click to toggle source
@private path to executable file.
# File lib/rspec/core.rb, line 153 def self.path_to_executable @path_to_executable ||= File.expand_path('../../../exe/rspec', __FILE__) end