Method: Prof::TestApp#initialize

Defined in:
lib/prof/test_app.rb

#initialize(opts = {}) ⇒ TestApp

Returns a new instance of TestApp.



13
14
15
# File 'lib/prof/test_app.rb', line 13

def initialize(opts = {})
  @path = opts.fetch(:path)
end