Skip to content
This repository has been archived by the owner on Dec 24, 2023. It is now read-only.

Commit

Permalink
revert message change.
Browse files Browse the repository at this point in the history
  • Loading branch information
hedgehog committed Nov 27, 2011
1 parent 8766725 commit 92ee501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/guard/rspec/runner.rb
Expand Up @@ -6,7 +6,7 @@ class << self

def run(paths, options={})
return false if paths.empty?
message = "Running: #{rspec_command(paths, options)}"
message = options[:message] || "Running: #{paths.join(' ')}"
UI.info(message, :reset => true)
system(rspec_command(paths, options))

Expand Down

0 comments on commit 92ee501

Please sign in to comment.