Method: Spec::Runner::Reporter#start
- Defined in:
- lib/devcreek_specreporter.rb
#start(*args) ⇒ Object
17 18 19 20 21 |
# File 'lib/devcreek_specreporter.rb', line 17 def start(*args) result = old_start(*args) DevCreek::RSpecAdapter.instance().start return result end |