diff --git a/lib/guard/jasmine/cli.rb b/lib/guard/jasmine/cli.rb index 01e1441..995e74c 100644 --- a/lib/guard/jasmine/cli.rb +++ b/lib/guard/jasmine/cli.rb @@ -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])