Sha256: 6fdaeb4b4b91651263bd4530ce84a0b9d5e2dbc7937806204eaaf0e5be5bb6bd
Contents?: true
Size: 282 Bytes
Versions: 5
Compression:
Stored size: 282 Bytes
Contents
require File.expand_path("../../test_helper", __FILE__) module Unit class TestKernel < MiniTest::Unit::TestCase describe Kernel do it "should respond to stack_tracy and behave as expected" do assert Kernel.respond_to?(:stack_tracy) end end end end
Version data entries
5 entries across 5 versions & 1 rubygems