diff --git a/spec/fixtures/todo.rb b/spec/fixtures/todo.rb index 22ca05f..f141004 100644 --- a/spec/fixtures/todo.rb +++ b/spec/fixtures/todo.rb @@ -5,4 +5,8 @@ module Todo def this_should_not_trigger_todo end + + # TODO: fix this later + def todo_without_comment + end end