class Spring::UnknownProject

def initialize(current_dir)

def initialize(current_dir)
  @current_dir = current_dir
end

def message

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