From 13657c3c13dc62d6aba6e0633fc7f99e44170c06 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 19 Feb 2025 00:00:06 +0200 Subject: nicer --- playground/Rakefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'playground/Rakefile') 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 -- cgit v1.2.3