Sha256: 5f414d57cd4ca90e431f6c417bfc6d50fc887f25f7d8a53812b17e5c3d047c1f
Contents?: true
Size: 506 Bytes
Versions: 10
Compression:
Stored size: 506 Bytes
Contents
diff --git a/spec/fixtures/find_in_diff.rb b/spec/fixtures/find_in_diff.rb index ea14920..bef5732 100644 --- a/spec/fixtures/find_in_diff.rb +++ b/spec/fixtures/find_in_diff.rb @@ -1,6 +1,10 @@ # frozen_string_literal: true module FindInDiff + def added_hunk_1 + # This should appear in hunk 1 + end + def method_in_the_middle # Something something... @@ -10,4 +14,8 @@ module FindInDiff # la dee da... end + + def added_hunk_2 + # This should appear in hunk 2 + end end
Version data entries
10 entries across 10 versions & 1 rubygems