test/project1/Rantfile in rant-0.3.0 vs test/project1/Rantfile in rant-0.3.2
- old
+ new
@@ -60,9 +60,13 @@
# `sub2' in `dir'.
t.name == "dir/sub2" or t.fail
sys.touch "#{t.name}/postprocess"
end
+gen Directory, "dir/sub3" => "dep1" do |t|
+ sys.touch "#{t.name}/postprocess"
+end
+
file "tbe" => :dep1 do |t|
sys.touch t.name
sleep 2
end