Module: Howitzer::Web::IframeDsl

Includes:
CapybaraContextHolder
Included in:
BaseSection, Page
Defined in:
lib/howitzer/web/iframe_dsl.rb

Overview

This module combines iframe dsl methods

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Methods included from CapybaraContextHolder

#capybara_context

Class Method Details

.included(base) ⇒ Object

:nodoc:



8
9
10
# File 'lib/howitzer/web/iframe_dsl.rb', line 8

def self.included(base) #:nodoc:
  base.extend(ClassMethods)
end