Method: AppMap::RSpec.run

Defined in:
lib/appmap/rspec.rb

.runObject



267
268
269
270
271
272
# File 'lib/appmap/rspec.rb', line 267

def run
  init
  at_exit do
    print_inventory
  end
end