Sha256: 16053f24fedafd042f6afd2ce3e58ff2991b3e4f41b9afd054cb5bec110713cc
Contents?: true
Size: 278 Bytes
Versions: 9
Compression:
Stored size: 278 Bytes
Contents
require File.dirname(__FILE__) + '/../../test_helper' module Spec module Runner class KernelExtTest < Test::Unit::TestCase def test_should_add_context_method_to_kernel assert_nothing_raised do context("") {} end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems