Method: Kintama::Context::ClassMethods#run

Defined in:
lib/kintama/context.rb

#run(reporter = nil) ⇒ Object

Runs all tests in this context and any subcontexts. Returns true if all tests passed; otherwise false



245
246
247
# File 'lib/kintama/context.rb', line 245

def run(reporter=nil)
  run_tests(tests, true, reporter)
end