Exception: Geb::Site::Remote::RemoteURINotConfigured

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

Constant Summary collapse

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

Instance Method Summary collapse

Constructor Details

#initialize(e = "") ⇒ RemoteURINotConfigured

Returns a new instance of RemoteURINotConfigured.



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

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