# File lib/spring/errors.rb, line 11
    def message
      "Spring was unable to locate the root of your project. There was no Gemfile " \
        "present in the current directory (#{current_dir}) or any of the parent " \
        "directories."
    end