# File lib/guard/rspec/runner.rb, line 26 def run_all paths = options[:spec_paths] options = @options.merge(@options[:run_all]) return true if paths.empty? Compat::UI.info(options[:message], reset: true) _run(paths, options) end