X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fdot_ssh.t;h=1ac8b049ab73b376a091181bf1a41515e57575c2;hb=9c7b21a2890cf03752016d4bd98361c9e9020b86;hp=b06771c6554f44ccbf3a1dc8722ec90e862ea273;hpb=165d0b2c5be60fd1244429aab0bf82795db83459;p=scpubgit%2FDKit.git diff --git a/t/dot_ssh.t b/t/dot_ssh.t index b06771c..1ac8b04 100644 --- a/t/dot_ssh.t +++ b/t/dot_ssh.t @@ -12,6 +12,8 @@ use Test::Exception; use Moo; + with 'DX::Role::Fact'; + has path => (is => 'ro', required => 1); has info => (is => 'ro', predicate => 1); @@ -19,6 +21,8 @@ use Test::Exception; use Moo; + with 'DX::Role::Fact'; + has is_directory => (is => 'ro', default => 0); has is_file => (is => 'ro', default => 0); has mode => (is => 'ro', required => 1);