Class: TestAbstractions::Session
- Inherits:
-
Object
- Object
- TestAbstractions::Session
- Extended by:
- Capybara::DSL
- Defined in:
- lib/test_abstractions/session.rb
Class Method Summary collapse
Class Method Details
.build(name) ⇒ Object
5 6 7 |
# File 'lib/test_abstractions/session.rb', line 5 def self.build(name) Capybara::Session.new name end |