Module: RSpec::Core
Overview
Namespace for the rspec-core code.
Constant Summary
-
DeprecationError =
Deprecation Error.
Class.new(StandardError)
-
ExclusionRules =
Internal use only
# File 'rspec-core/lib/rspec/core/filter_manager.rb', line 183FilterRules
Class Method Summary
- .path_to_executable Internal use only
Class Method Details
.path_to_executable
This method is for internal use only.
[ GitHub ]
# File 'rspec-core/lib/rspec/core.rb', line 181
def self.path_to_executable @path_to_executable ||= File. ('../../../exe/rspec', __FILE__) end