Sha256: 7c3f42159eb1ef899bc30b653225bbe98121eeffb3fbe644a917de746afff472

Contents?: true

Size: 221 Bytes

Versions: 4

Compression:

Stored size: 221 Bytes

Contents

covers 'facets/kernel/constant'

tests Kernel do

  unit :constant do
    c = Lemon::TestCase.name
    constant(c).assert == Lemon::TestCase

    c = "TestCase"
    Lemon.constant(c).assert == Lemon::TestCase
  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
facets-2.9.1 test/core/kernel/test_constant.rb
facets-2.9.0 test/core/kernel/test_constant.rb
facets-2.9.0.pre.2 test/core/kernel/test_constant.rb
facets-2.9.0.pre.1 test/core/kernel/test_constant.rb