Method: Rspec2db#dump_summary
- Defined in:
- lib/rspec2db.rb
#dump_summary(notification) ⇒ Object
99 100 101 |
# File 'lib/rspec2db.rb', line 99 def dump_summary(notification) update_test_run(@test_run, notification, @global_file_lock) end |