class TestApp::TestAppOtherError

Public Class Methods

new(string1, msg) click to toggle source
Calls superclass method
# File lib/capybara/spec/test_app.rb, line 12
def initialize(string1, msg)
  super()
  @something = string1
  @message = msg
end