Sha256: 7f0750c08d4d5044c5e74ef7ab11c9249940895d7a555652e38b3825855fcd97

Contents?: true

Size: 392 Bytes

Versions: 9

Compression:

Stored size: 392 Bytes

Contents

$:.unshift File.join(File.dirname(__FILE__), '..', '..', 'lib')

require 'test/unit'

require 'nitro/caching'

class TC_Caching < Test::Unit::TestCase # :nodoc: all
  include Nitro
  
  class DummyCa
    include Nitro::Caching
  end

  def test_all
    # bug:
    assert_equal [], Caching.public_instance_methods
    assert_equal [], DummyCa.public_instance_methods.grep(/caching/)
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
nitro-0.21.0 test/nitro/tc_caching.rb
nitro-0.21.2 test/nitro/tc_caching.rb
nitro-0.22.0 test/nitro/tc_caching.rb
nitro-0.23.0 test/nitro/tc_caching.rb
nitro-0.24.0 test/nitro/tc_caching.rb
nitro-0.26.0 test/nitro/tc_caching.rb
nitro-0.27.0 test/nitro/tc_caching.rb
nitro-0.28.0 test/nitro/tc_caching.rb
nitro-0.29.0 test/nitro/tc_caching.rb