diff options
author | tyler-ball <tyleraball@gmail.com> | 2014-11-04 08:17:39 -0800 |
---|---|---|
committer | tyler-ball <tyleraball@gmail.com> | 2014-11-04 08:17:39 -0800 |
commit | d6687d195091ab67a00ac5d61ededbb7958f32ad (patch) | |
tree | 2765b1c52a021033e44c6ba38287d7fb77704914 /spec/functional/application_spec.rb | |
parent | e5c35f74b8451139605fc5c986eb51405d53d4c2 (diff) | |
parent | 4fa0ea6f9b942d407b83712ec53e19447ddfa39b (diff) | |
download | chef-tball/audit-rspec-3.tar.gz |
Merging mcquin/rspec-3 to this branchtball/audit-rspec-3
Diffstat (limited to 'spec/functional/application_spec.rb')
-rw-r--r-- | spec/functional/application_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/functional/application_spec.rb b/spec/functional/application_spec.rb index 4a0fdff8f8..00ff0f702a 100644 --- a/spec/functional/application_spec.rb +++ b/spec/functional/application_spec.rb @@ -52,7 +52,7 @@ describe Chef::Application do shell_out("echo $http_proxy") end - so.stdout.chomp.should == "http://proxy.example.org:8080" + expect(so.stdout.chomp).to eq("http://proxy.example.org:8080") end end end |