global

def finished?

@returns [Boolean] true if finished; false otherwise

Determines if the specs have completed
def finished?
  (@current == @example_count)
end