mattock 0.0.1 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
data/doc/Specifications CHANGED
@@ -20,11 +20,12 @@ Mattock::TemplateHost
20
20
   should be able to do easy templating
21
21
 
22
22
  Mattock::TaskLib
23
-  should define a root task
24
-  should define a namespaced task
25
23
   should make root task depend on namespaced
26
-  should not define random tasks
27
24
   should not make namespaced task depend on root task
25
+ defines
26
+  should have task :test
27
+  should have task "test:task"
28
+  should not have task "random:tasks"
28
29
 
29
30
  Mattock::Configurable
30
31
   should set defaults
@@ -32,5 +33,5 @@ Mattock::Configurable
32
33
   should complain about unset nested required fields
33
34
   should not complain when required fields are set
34
35
 
35
- Finished in 0.02801 seconds
36
+ Finished in 0.03405 seconds
36
37
  19 examples, 0 failures