summaryrefslogtreecommitdiff
path: root/playground
diff options
context:
space:
mode:
Diffstat (limited to 'playground')
-rw-r--r--playground/Rakefile5
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