Sha256: 5e08d753f44ae35a0b0b326513fe5069f12443fe1754008a4ec754b390fed021
Contents?: true
Size: 186 Bytes
Versions: 1
Compression:
Stored size: 186 Bytes
Contents
require_relative "test_helper" class TestBenchmeth < Minitest::Test def test_instance_method car = Car.new car.boom(60) end def test_class_method Car.boom2 end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
benchmeth-0.1.1 | test/benchmeth_test.rb |