added test for ->view() with one view not returning a blessed instance
authorRafael Kitover <rkitover@io.com>
Tue, 9 Jun 2009 12:46:43 +0000 (12:46 +0000)
committerRafael Kitover <rkitover@io.com>
Tue, 9 Jun 2009 12:46:43 +0000 (12:46 +0000)
commitaa2e6d9e59b1373b13fe7c37725f3fab3b8a1e92
treedcb5a356c30e9b38f624f77cb2ec5dabb52024dc
parent7d665b582162163415de0d7579403218cf4e66a6
added test for ->view() with one view not returning a blessed instance
t/aggregate/live_component_view_single.t [new file with mode: 0644]
t/lib/TestAppOneView.pm [new file with mode: 0644]
t/lib/TestAppOneView/Controller/Root.pm [new file with mode: 0644]
t/lib/TestAppOneView/View/Dummy.pm [new file with mode: 0644]