adapters.rb

Path: lib/simplecov/adapters.rb
Last Update: Sat Apr 16 12:50:15 +0000 2011

Adaptars are glorified SimpleCov configuration procs that can be easily loaded using SimpleCov.start :rails and defined using

  SimpleCov.adapters.define :foo do
    # SimpleCov configuration here, same as in  SimpleCov.configure
  end

[Validate]