diff options
| author | Paul Buetow <paul@buetow.org> | 2025-02-19 00:00:06 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-02-19 00:00:06 +0200 |
| commit | 13657c3c13dc62d6aba6e0633fc7f99e44170c06 (patch) | |
| tree | b3569dab6df4c1b1d0ed94082524cad304a6a3b6 /playground | |
| parent | 21c96e516044cf59a3b89c3b40c7efb279b0767c (diff) | |
nicer
Diffstat (limited to 'playground')
| -rw-r--r-- | playground/Rakefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/playground/Rakefile b/playground/Rakefile index d5c8fcc..ed08f26 100644 --- a/playground/Rakefile +++ b/playground/Rakefile @@ -38,9 +38,8 @@ desc 'foo' task :foo do configure do file '/tmp/foo.txt' do - line ensure_line 'foo' - # TODO: Rename to requires - depends_on file '/tmp/bar.txt' + line 'foo' + requires file '/tmp/bar.txt' end file '/tmp/bar.txt' do |
