We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c78d45 + 8cabf12 commit e153c3cCopy full SHA for e153c3c
lib/guard/go/runner.rb
@@ -10,7 +10,7 @@ class GoRunner
10
def initialize(options)
11
@options = options
12
13
- unless @options[:test] && File.exists?(@options[:server])
+ unless @options[:test] || File.exists?(@options[:server])
14
raise "Server file not found. Check your :server option in your Guardfile."
15
end
16
0 commit comments