Skip to content

Commit cd78b0f

Browse files
committed
Fix warning
lib/spring/test/application.rb:120: warning: instance variable @times not initialized
1 parent 7a1a0f3 commit cd78b0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/spring/test/application.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ class Application
1010
def initialize(root)
1111
@root = Pathname.new(root)
1212
@spring_env = Spring::Env.new(root: root)
13+
@times = nil
1314
end
1415

1516
def exists?

0 commit comments

Comments
 (0)