# File lib/guard/rspec/runner.rb, line 40 def rspec_executable @rspec_executable ||= binstubs? ? "#{binstubs}/rspec" : "rspec" end