Module: Cell::Testing::Capybara
- Defined in:
- lib/cell/testing.rb
Overview
Extends ViewModel#call by injecting Capybara support.
Defined Under Namespace
Modules: ToS
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
46 47 48 |
# File 'lib/cell/testing.rb', line 46 def call(*) ::.string(super).extend(ToS) end |