Skip to content

Commit

Permalink
Add paths to spring command when spring is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
michiels committed Jan 29, 2014
1 parent e9b992a commit b6f719b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/guard/test/runner.rb
Expand Up @@ -89,7 +89,7 @@ def executables
def includes_and_requires(paths)
parts = []
parts << Array(options[:include]).map { |path| "-I\"#{path}\"" } unless zeus? || spring?
parts << paths if zeus?
parts << paths if zeus? || spring?
parts << '-r bundler/setup' if bundler?
parts << '-r rubygems' if rubygems?

Expand Down

0 comments on commit b6f719b

Please sign in to comment.