lib/tasks/todo.rake in picky-2.0.0 vs lib/tasks/todo.rake in picky-2.1.0
- old
+ new
@@ -1,6 +1,6 @@
desc "Finds where Picky still needs input from you."
-task :todo do
+task :'to#{}do' do
if system "grep -e 'TODO.*' -n --color=always -R *"
puts "Picky needs a bit of input from you there. Thanks."
else
puts "Picky seems to be fine (no TODOs found)."
end
\ No newline at end of file