fixes for the applied_attribute stuff in moose 2
[catagits/Reaction.git] / t / ui_window.t
1 use lib 't/lib';
2 use strict;
3 use warnings;
4
5 use Test::Class;
6 use Test::More;
7 use RTest::UI::Window;
8
9 TODO: { 
10   local $TODO = 'sort this out later';
11   Test::Class->runtests(
12     RTest::UI::Window->new,
13   );
14 };