Sha256: fe805c89e0d215f89dbd3a77b06ec8cce86643845d674d504112111d030ed8e2

Contents?: true

Size: 538 Bytes

Versions: 2

Compression:

Stored size: 538 Bytes

Contents

# simplecov-gem-profile



## Usage

Put this at the top of your {spec,test}_helper.rb (or any code guaranteed to run before your
tests/specs execute):

    require 'simplecov'
    require 'simplecov-gem-profile'
    SimpleCov.start 'gem'

This profile follows pseudo-standard rubygems packing standards:

* Binaries in /bin/
* Extensions in /ext/
* Library code in /lib/
* Third-party code in /vendor/

## History

Forked from michaeledgar/simplecov-gem-adapter, updated to conform to simplecov 0.8, which renamed "adapter" to "profile"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
simplecov-gem-profile-1.0.2 README.md
simplecov-gem-profile-1.0.0 README.md