require File.dirname(__FILE__) + '/spec_helper.rb' describe Trellis::Component do before(:each) do #@component = Component.new end it "should desc" do # TODO end end # module TestTrellis # class TestComponent < Test::Unit::TestCase # def test_class_body # raise NotImplementedError, 'Need to write test_class_body' # end # # def test_class_contained_in # raise NotImplementedError, 'Need to write test_class_contained_in' # end # # def test_class_depends_on # raise NotImplementedError, 'Need to write test_class_depends_on' # end # # def test_class_dom_contribution # raise NotImplementedError, 'Need to write test_class_dom_contribution' # end # # def test_class_enhance_page # raise NotImplementedError, 'Need to write test_class_enhance_page' # end # # def test_class_field # raise NotImplementedError, 'Need to write test_class_field' # end # # def test_class_get_component # raise NotImplementedError, 'Need to write test_class_get_component' # end # # def test_class_inherited # raise NotImplementedError, 'Need to write test_class_inherited' # end # # def test_class_is_stateful # raise NotImplementedError, 'Need to write test_class_is_stateful' # end # # def test_class_page_contribution # raise NotImplementedError, 'Need to write test_class_page_contribution' # end # # def test_class_register_with_tag_context # raise NotImplementedError, 'Need to write test_class_register_with_tag_context' # end # # def test_class_tag_name # raise NotImplementedError, 'Need to write test_class_tag_name' # end # # def test_load_component_session_information # raise NotImplementedError, 'Need to write test_load_component_session_information' # end # # def test_logger # raise NotImplementedError, 'Need to write test_logger' # end # # def test_logger_equals # raise NotImplementedError, 'Need to write test_logger_equals' # end # # def test_page # raise NotImplementedError, 'Need to write test_page' # end # # def test_page_equals # raise NotImplementedError, 'Need to write test_page_equals' # end # # def test_save_component_session_information # raise NotImplementedError, 'Need to write test_save_component_session_information' # end # end # end