From 74f32edd28ab18508440061e2b16020f03812589 Mon Sep 17 00:00:00 2001 From: Jay Mundrawala Date: Fri, 22 Jan 2016 08:15:24 -0800 Subject: Rename openssl-fips to fips and add messages --- spec/unit/application_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/unit/application_spec.rb') diff --git a/spec/unit/application_spec.rb b/spec/unit/application_spec.rb index c8f138cdcc..d66cc26927 100644 --- a/spec/unit/application_spec.rb +++ b/spec/unit/application_spec.rb @@ -138,7 +138,7 @@ describe Chef::Application do context "when openssl fips" do before do - allow(Chef::Config).to receive(:openssl_fips).and_return(true) + allow(Chef::Config).to receive(:fips).and_return(true) end it "sets openssl in fips mode" do -- cgit v1.2.1