move the test app into the examples directory
[scpubgit/Test-Harness-Selenium.git] / examples / THSelenium-Test / t / view_TT.t
1 use strict;
2 use warnings;
3 use Test::More;
4 use Test::More;
5
6 BEGIN { use_ok 'THSelenium::Test::View::TT' }
7
8 done_testing();