Method: Bacon::Specification#exit_spec

Defined in:
lib/mac_bacon.rb

#exit_specObject



273
274
275
276
277
278
# File 'lib/mac_bacon.rb', line 273

def exit_spec
  cancel_scheduled_requests!
  Counter[:depth] -= 1
  Bacon.handle_requirement_end(@error)
  @context.specification_did_finish(self)
end