require 'test_helper' class ContainerTest < Test::Unit::TestCase include Apotomo::TestCaseMethods::TestController context "Rendering a container" do setup do @family = container('family') end should "return an empty view if childless" do assert_equal "
", @family.invoke end should "provide a family picture" do @family << mouse_mock('mum') @family << mouse_mock('kid') assert_equal "