summaryrefslogtreecommitdiff
path: root/spec/mixlib/authentication/http_authentication_request_spec.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-06-06 21:36:43 -0700
committerTim Smith <tsmith84@gmail.com>2019-08-06 20:33:17 -0700
commit63d1ccbaa80b6647e2e199f792d08ebcae26cf4a (patch)
tree7f89f71a5ebcad1f588213b242599fba12843a52 /spec/mixlib/authentication/http_authentication_request_spec.rb
parenta5195e9688430eb089963c9383870ef1528510e9 (diff)
downloadmixlib-authentication-63d1ccbaa80b6647e2e199f792d08ebcae26cf4a.tar.gz
Chefstyle autocorrects
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'spec/mixlib/authentication/http_authentication_request_spec.rb')
-rw-r--r--spec/mixlib/authentication/http_authentication_request_spec.rb16
1 files changed, 8 insertions, 8 deletions
diff --git a/spec/mixlib/authentication/http_authentication_request_spec.rb b/spec/mixlib/authentication/http_authentication_request_spec.rb
index d62d67e..bd265bb 100644
--- a/spec/mixlib/authentication/http_authentication_request_spec.rb
+++ b/spec/mixlib/authentication/http_authentication_request_spec.rb
@@ -115,14 +115,14 @@ describe Mixlib::Authentication::HTTPAuthenticationRequest do
end
it "rebuilds the request signature from the headers" do
- expected = <<-SIG
-jVHrNniWzpbez/eGWjFnO6lINRIuKOg40ZTIQudcFe47Z9e/HvrszfVXlKG4
-NMzYZgyooSvU85qkIUmKuCqgG2AIlvYa2Q/2ctrMhoaHhLOCWWoqYNMaEqPc
-3tKHE+CfvP+WuPdWk4jv4wpIkAz6ZLxToxcGhXmZbXpk56YTmqgBW2cbbw4O
-IWPZDHSiPcw//AYNgW1CCDptt+UFuaFYbtqZegcBd2n/jzcWODA7zL4KWEUy
-9q4rlh/+1tBReg60QdsmDRsw/cdO1GZrKtuCwbuD4+nbRdVBKv72rqHX9cu0
-utju9jzczCyB+sSAQWrxSsXB/b8vV2qs0l4VD2ML+w==
-SIG
+ expected = <<~SIG
+ jVHrNniWzpbez/eGWjFnO6lINRIuKOg40ZTIQudcFe47Z9e/HvrszfVXlKG4
+ NMzYZgyooSvU85qkIUmKuCqgG2AIlvYa2Q/2ctrMhoaHhLOCWWoqYNMaEqPc
+ 3tKHE+CfvP+WuPdWk4jv4wpIkAz6ZLxToxcGhXmZbXpk56YTmqgBW2cbbw4O
+ IWPZDHSiPcw//AYNgW1CCDptt+UFuaFYbtqZegcBd2n/jzcWODA7zL4KWEUy
+ 9q4rlh/+1tBReg60QdsmDRsw/cdO1GZrKtuCwbuD4+nbRdVBKv72rqHX9cu0
+ utju9jzczCyB+sSAQWrxSsXB/b8vV2qs0l4VD2ML+w==
+ SIG
expect(@http_authentication_request.request_signature).to eq(expected.chomp)
end