Class: TestApp

Inherits:
Sinatra::Base
  • Object
show all
Defined in:
lib/capybara/spec/test_app.rb

Defined Under Namespace

Classes: TestAppError, TestAppOtherError

Class Attribute Summary collapse

Class Attribute Details

.form_post_countObject

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