Skip to content

Commit 342a4cd

Browse files
committedMar 6, 2025
Remove a few useless extend T::Helpers
Signed-off-by: Alexandre Terrasa <alexandre.terrasa@shopify.com>
1 parent 45201b8 commit 342a4cd

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed
 

‎lib/spoom/printer.rb

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55

66
module Spoom
77
class Printer
8-
extend T::Helpers
9-
108
include Colorize
119

1210
#: (IO | StringIO)

‎test/test_project.rb

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
module Spoom
55
class TestProject < Context
6-
extend T::Helpers
7-
86
#: (String command) -> ExecResult
97
def spoom(command)
108
bundle_exec("spoom #{command}")

0 commit comments

Comments
 (0)
Failed to load comments.