Skip to content

Commit

Permalink
When running standalone (command line or rake), suppress timestamps a…
Browse files Browse the repository at this point in the history
…nd log level so that our output looks more like other commands.
  • Loading branch information
christiannelson committed Jun 20, 2013
1 parent 7ddc3c7 commit a91587d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/guard/jasmine/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ def spec(*paths)
runner_options[:hide_success] = true
runner_options[:max_error_notify] = 0

::Guard::UI.options = ::Guard::UI.options.merge({ :template => ':message' })

paths = [runner_options[:spec_dir]] if paths.empty?

if CLI.phantomjs_bin_valid?(runner_options[:phantomjs_bin])
Expand Down

0 comments on commit a91587d

Please sign in to comment.