module SimpleCov
def initial_setup(profile, &block)
def initial_setup(profile, &block) load_profile(profile) if profile configure(&block) if block_given? self.running = true end
def initial_setup(profile, &block) load_profile(profile) if profile configure(&block) if block_given? self.running = true end