module RSpec::Core
Namespace for the rspec-core code.
Constants
- DeprecationError
Deprecation Error.
- ExclusionRules
@private
Public Class Methods
path_to_executable()
click to toggle source
@private path to executable file.
# File lib/rspec/core.rb, line 181 def self.path_to_executable @path_to_executable ||= File.expand_path('../../../exe/rspec', __FILE__) end