Exception: Geb::Site::Remote::SiteNotReleasedError
- Defined in:
- lib/geb/site/remote.rb
Overview
class RemotePathNotConfigured < Geb::Error
Constant Summary collapse
- MESSAGE =
"Site not released. Please run 'geb release' first.".freeze
Instance Method Summary collapse
-
#initialize(e = "") ⇒ SiteNotReleasedError
constructor
A new instance of SiteNotReleasedError.
Constructor Details
#initialize(e = "") ⇒ SiteNotReleasedError
Returns a new instance of SiteNotReleasedError.
28 |
# File 'lib/geb/site/remote.rb', line 28 def initialize(e = ""); super(e, MESSAGE); end |