# File lib/guard/rspec/runner.rb, line 47
      def rspec_executable
        command = parallel? ? 'parallel_rspec' : 'rspec'
        @rspec_executable ||= (binstubs? && !executable_prefix?) ? "#{binstubs}/#{command}" : command
      end