Exception: Geb::Site::Remote::RemotePathNotConfigured
- 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
-
#initialize(e = "") ⇒ RemotePathNotConfigured
constructor
A new instance of RemotePathNotConfigured.
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 |