Last Modified
2014-09-16 03:26:16 +0000
Requires

Description

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

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