Skip to content

Commit 5c3590d

Browse files
committed
Update spec_helper.rb
1 parent cacb3d3 commit 5c3590d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/spec_helper.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ class Functions::Match < Function; end
2121
end
2222

2323
# Provide a no-op mixin to satisfy includes in enums
24-
module Sorbet::EnumerizableEnum
24+
class Sorbet
25+
module EnumerizableEnum; end
2526
end
2627

2728
# Ensure String#parameterize and String#first are available

0 commit comments

Comments
 (0)