module Cell::Testing::Capybara

Extends ViewModel#call by injecting Capybara support.

Public Instance Methods

call(*) click to toggle source
Calls superclass method
# File lib/cell/testing.rb, line 46
def call(*)
  ::Capybara.string(super).extend(ToS)
end