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