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