Sha256: ad114b5c93f5cdfdbd40a8881228a957340b2a025c08381cc7fbce4e36893be0
Contents?: true
Size: 259 Bytes
Versions: 10
Compression:
Stored size: 259 Bytes
Contents
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
Version data entries
10 entries across 10 versions & 1 rubygems