Class SimpleCov::Profiles
In: lib/simplecov/profiles.rb
Parent: Hash

Methods

define   load  

Public Instance methods

Define a SimpleCov profile:

  SimpleCov.profiles.define 'rails' do
    # Same as SimpleCov.configure do .. here
  end

Applies the profile of given name on SimpleCov.configure

[Validate]