Skip to content

Commit 74fd5a9

Browse files
committed
Add 'require "spring/watcher/abstract"' to fix isolated unit test.
1 parent bb11959 commit 74fd5a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/spring/watcher/polling.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
require "spring/watcher/abstract"
2+
13
module Spring
24
module Watcher
35
class Polling < Abstract

0 commit comments

Comments
 (0)