Skip to content

Commit

Permalink
mark code missing coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
e2 committed Jan 14, 2015
1 parent 0bed410 commit 4dd944d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/guard/minitest/runner.rb
Expand Up @@ -233,7 +233,8 @@ def all_paths?(paths)

def parse_deprecated_options
if @options.key?(:notify)
UI.info %{DEPRECATION WARNING: The :notify option is deprecated. Guard notification configuration is used.}
# TODO: no coverage
Compat::UI.info %{DEPRECATION WARNING: The :notify option is deprecated. Guard notification configuration is used.}
end

[:seed, :verbose].each do |key|
Expand Down

0 comments on commit 4dd944d

Please sign in to comment.