Sha256: 66e32f7d6d9fafa1fff7ae82c84c7eb3e7d4ba2dc28bfd53cdf504ba4151f5b6
Contents?: true
Size: 259 Bytes
Versions: 5
Compression:
Stored size: 259 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" do assert Kernel.respond_to?(:stack_tracy) end end end end
Version data entries
5 entries across 5 versions & 1 rubygems