Sha256: c2cb9f7c0c7f73884aef2a481e4db97887675bae4d1676bfc1073f2cd4eef784
Contents?: true
Size: 267 Bytes
Versions: 13
Compression:
Stored size: 267 Bytes
Contents
module Mocha module Integration module MiniTest class AssertionCounter def initialize(test_case) @test_case = test_case end def increment @test_case.assert(true) end end end end end
Version data entries
13 entries across 12 versions & 3 rubygems