Method: PhusionPassenger::PlatformInfo.rspec

Defined in:
lib/phusion_passenger/platform_info/ruby.rb

.rspecObject

Returns the absolute path to the RSpec runner program that belongs to the current Ruby interpreter. Returns nil if it doesn’t exist.



148
149
150
# File 'lib/phusion_passenger/platform_info/ruby.rb', line 148

def self.rspec
  return locate_ruby_tool('spec')
end