Sha256: 1f2cb8f387cbaba56bf352319ec7c6cb97d274b7134d39ae59d9fa16b9bd06b9

Contents?: true

Size: 200 Bytes

Versions: 1

Compression:

Stored size: 200 Bytes

Contents

file "rootdep.t" do |t|
    sys.touch t.name
end

file "rootref.t" => "#t" do |t|
    test(?f, "../../t") || t.fail
    sys.touch t.name
end

task :clean do
    sys.rm_f Dir["*t"]
end

# vim:ft=ruby

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rant-0.3.2 test/subdirs/sub2/sub/rantfile