# File lib/capybara/poltergeist/errors.rb, line 119
      def message
        "PhantomJS returned non-zero exit status #{status.exitstatus}. Make sure phantomjs runs successfully " \
          "on your system. You can test this by just running the `phantomjs` command which should give you " \
          "a Javascript REPL."
      end