Sha256: 17aaa0e78537b8dee979e80846d31312a602a94c5794783761f1fdc702533f8c
Contents?: true
Size: 242 Bytes
Versions: 2
Compression:
Stored size: 242 Bytes
Contents
module AktionTest module Module class Simplecov < Base def initialize(spec, options={}) super require 'simplecov' ::SimpleCov.start do add_filter '/spec/' end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
aktion_test-0.3.1 | lib/aktion_test/module/simplecov.rb |
aktion_test-0.3.0 | lib/aktion_test/module/simplecov.rb |