diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2014-01-29 14:49:59 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2014-01-29 14:49:59 -0800 |
commit | 900886337d3b5dc1a4f4514aff91ba234d327bfe (patch) | |
tree | d0ea88d09f7b928260888e8f0706b32b58ccc6ef /spec/integration/solo | |
parent | b593ff07bb7e7abf56279575e1bd8af99c7dc00f (diff) | |
download | chef-900886337d3b5dc1a4f4514aff91ba234d327bfe.tar.gz |
fix should_not raise_error(SpecificException)
Diffstat (limited to 'spec/integration/solo')
-rw-r--r-- | spec/integration/solo/solo_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/solo/solo_spec.rb b/spec/integration/solo/solo_spec.rb index 94d279c726..cd4678f94d 100644 --- a/spec/integration/solo/solo_spec.rb +++ b/spec/integration/solo/solo_spec.rb @@ -79,7 +79,7 @@ EOM Process.waitpid(s1) Process.waitpid(s2) end - }.should_not raise_error(Timeout::Error) + }.should_not raise_error # Unfortunately file / directory helpers in integration tests # are implemented using before(:each) so we need to do all below |