Exception: Geb::Site::Remote::RemotePathNotConfigured

Inherits:
Error
  • Object
show all
Defined in:
lib/geb/site/remote.rb

Overview

class RemoteURINotConfigured < Geb::Error

Constant Summary collapse

MESSAGE =
"Remote Path is not configured in geb.config.yml".freeze

Instance Method Summary collapse

Constructor Details

#initialize(e = "") ⇒ RemotePathNotConfigured

Returns a new instance of RemotePathNotConfigured.



23
# File 'lib/geb/site/remote.rb', line 23

def initialize(e = ""); super(e, MESSAGE); end