# File lib/spring/errors.rb, line 25
    def message
      "Spring was unable to find your config/application.rb file. " \
        "Your project root was detected at #{project_root}, so spring " \
        "looked for #{project_root}/config/application.rb but it doesn't exist. You can " \
        "configure the root of your application by setting Spring.application_root in " \
        "config/spring.rb."
    end