Method: PlatformInfo.rspec
- Defined in:
- lib/phusion_passenger/platform_info.rb
.rspec ⇒ Object
Returns the absolute path to the RSpec runner program that belongs to the current Ruby interpreter. Returns nil if it doesn’t exist.
213 214 215 |
# File 'lib/phusion_passenger/platform_info.rb', line 213 def self.rspec return locate_ruby_executable('spec') end |