# File lib/autotest/rspec2.rb, line 61
  def warn_about_bundler
    RSpec.warn_deprecation "\n****************************************************************************\nDEPRECATION WARNING: you are using deprecated behaviour that will be removed\nfrom a future version of RSpec.\n\nRSpec's autotest extension is relying on the presence of a Gemfile in the\nproject root directory to generate a command including 'bundle exec'.\n\nYou have two options to suppress this message:\n\nIf you want to include 'bundle exec' in the command, add a .autotest file to\nthe project root with the following content:\n\nrequire 'autotest/bundler'\n\nIf you want to _not_include 'bundle exec' in the command, pass --skip-bundler\nto autotest as an extra argument, like this:\n\nautotest -- --skip-bundler\n*****************************************************************\n"
  end