require File.dirname(__FILE__) + '/helper' #require File.dirname(__FILE__) + '/../lib/support/flame_block' #class FlameBlockTest < Test::Unit::TestCase # B = Tracksperanto::FlameBlock # def test_default_attributes # b = B.new # assert_equal( [], b.attribute_keys) # assert_equal( {}, b.attributes) # end # # def test_set_camelcase # b = B.new # b["FooBar"] = 1 # assert_equal( {"FooBar" => 1}, b.attributes) # assert_equal( ["FooBar"], b.attribute_keys) # end # #end