Sha256: 3a1a97bf84068ab1966ac76a84730e1b0c8fe06cb9b68d72b4fc4274ae28b095
Contents?: true
Size: 266 Bytes
Versions: 35
Compression:
Stored size: 266 Bytes
Contents
require 'test/unit/testcase' class Test::Unit::TestCase include Hardmock end require 'test_unit_before_after' Test::Unit::TestCase.before_setup do |test| test.prepare_hardmock_control end Test::Unit::TestCase.after_teardown do |test| test.verify_mocks end
Version data entries
35 entries across 32 versions & 3 rubygems