Exception: Geb::Site::Template::InvalidTemplateSpecification

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

Overview

class InvalidTemplateURL < Geb::Error

Constant Summary collapse

MESSAGE =
"Template has no template paths defined in geb.config.yml".freeze

Instance Method Summary collapse

Constructor Details

#initialize(e = "") ⇒ InvalidTemplateSpecification

Returns a new instance of InvalidTemplateSpecification.



24
# File 'lib/geb/site/template.rb', line 24

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