Class: TestApp
- Inherits:
-
Sinatra::Base
- Object
- Sinatra::Base
- TestApp
- Defined in:
- lib/capybara/spec/test_app.rb
Defined Under Namespace
Classes: TestAppError, TestAppOtherError
Class Attribute Summary collapse
-
.form_post_count ⇒ Object
Returns the value of attribute form_post_count.
Class Attribute Details
.form_post_count ⇒ Object
Returns the value of attribute form_post_count.
299 300 301 |
# File 'lib/capybara/spec/test_app.rb', line 299 def form_post_count @form_post_count end |