projects
/
p5sagit/Oyster.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
758d921
)
added test for Provision
iain [Sat, 20 Nov 2010 16:34:03 +0000 (16:34 +0000)]
t/Provision/Oyster-Provision.t
[new file with mode: 0644]
patch
|
blob
diff --git a/t/Provision/Oyster-Provision.t
b/t/Provision/Oyster-Provision.t
new file mode 100644
(file)
index 0000000..
7b2fa43
--- /dev/null
+++ b/
t/Provision/Oyster-Provision.t
@@ -0,0
+1,7
@@
+use Test::More;
+
+use strict;
+
+use_ok 'Oyster::Provision';
+
+done_testing();