summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/unit/mixin/openssl_helper_spec.rb (renamed from spec/unit/mixin/openssl_spec.rb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/unit/mixin/openssl_spec.rb b/spec/unit/mixin/openssl_helper_spec.rb
index 8a0206116c..6873fd8cf2 100644
--- a/spec/unit/mixin/openssl_spec.rb
+++ b/spec/unit/mixin/openssl_helper_spec.rb
@@ -14,11 +14,11 @@
# limitations under the License.
require "spec_helper"
-require "chef/mixin/openssl"
+require "chef/mixin/openssl_helper"
-describe Chef::Mixin::OpenSSL do
+describe Chef::Mixin::OpenSSLHelper do
let(:instance) do
- Class.new { include Chef::Mixin::OpenSSL }.new
+ Class.new { include Chef::Mixin::OpenSSLHelper }.new
end
describe ".included" do