diff --git a/spec/fixtures/todo.rb b/spec/fixtures/todo.rb index e69de29..22ca05f 100644 --- a/spec/fixtures/todo.rb +++ b/spec/fixtures/todo.rb @@ -0,0 +1,8 @@ + + +# frozen_string_literal: true + +module Todo + def this_should_not_trigger_todo + end +end