# File lib/autotest/rspec2.rb, line 89
  def rspec_prefix
    (rspec_wants_bundler? && !autotest_wants_bundler?) ? "bundle exec " : ""
  end