diff --git a/spec/fixtures/todo.rb b/spec/fixtures/todo.rb index 08d4e15..16dc3b5 100644 --- a/spec/fixtures/todo.rb +++ b/spec/fixtures/todo.rb @@ -13,4 +13,9 @@ module Todo # TODO: https://zube.io/watermark/asdf1234 def todo_with_link_same_line end + + # TODO: fix this when things are right + # https://www.github.com/watermarkchurch/asdf/1234 + def todo_with_link_below + end end