Method: Protest::Runner#initialize
- Defined in:
- lib/protest/runner.rb
#initialize(report) ⇒ Runner
Set up the test runner. Takes in a report that will be passed to test cases for reporting.
5 6 7 |
# File 'lib/protest/runner.rb', line 5 def initialize(report) @report = report end |