diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2014-01-29 22:50:38 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2014-01-29 22:50:38 -0800 |
commit | 9a236897480d7ad5fa13d1d3b5d4a91b6c072a61 (patch) | |
tree | 5c331a5881bd0e914c59fb2fd7b179581f06ca78 /spec/unit/shell_spec.rb | |
parent | 6c3d64acbe052340972bba3bfc162d39a9fc240e (diff) | |
download | chef-9a236897480d7ad5fa13d1d3b5d4a91b6c072a61.tar.gz |
ripping out rspec_reset entirely
Diffstat (limited to 'spec/unit/shell_spec.rb')
-rw-r--r-- | spec/unit/shell_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/unit/shell_spec.rb b/spec/unit/shell_spec.rb index 6f155c46ad..cce743873f 100644 --- a/spec/unit/shell_spec.rb +++ b/spec/unit/shell_spec.rb @@ -42,7 +42,6 @@ describe Shell do before do Shell.irb_conf = {} - reset Shell::ShellSession.instance Shell::ShellSession.instance.stub(:reset!) end |