Test net-ssh error filtering

This commit is contained in:
Thibault Jouan
2015-04-03 17:51:00 +00:00
parent 2e06d7d944
commit b1879ea9f9
3 changed files with 15 additions and 1 deletions

View File

@@ -18,3 +18,7 @@ Feature: CLI error reporting
Scenario: prepends recipe file path in the backtrace
When I execute the recipe
Then the output must match /^\s+recipe\.rb \(recipe\)\n\s+recipe\.rb:/
Scenario: excludes net-ssh from backtrace
When I execute the recipe on unknown remote target
Then the output must not contain "net-ssh"