fixes for the applied_attribute stuff in moose 2
[catagits/Reaction.git] / t / ui_viewport.t
CommitLineData
7adfd53f 1use lib 't/lib';
2use strict;
3use warnings;
4
5use Test::Class;
6use RTest::UI::ViewPort::ListView;
7
8Test::Class->runtests(
9 RTest::UI::ViewPort::ListView->new,
10);