Skip to content

Commit 0e08ccd

Browse files
author
Andreas Stuerz
committed
fix uninitialized constant Puppet::Provider::MysqlLoginPath
1 parent 0ccb798 commit 0e08ccd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/unit/puppet/provider/mysql_login_path/sensitive_spec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# frozen_string_literal: true
22

33
require 'spec_helper'
4+
5+
ensure_module_defined('Puppet::Provider::MysqlLoginPath')
46
require 'puppet/provider/mysql_login_path/sensitive'
57
require 'psych'
68

0 commit comments

Comments
 (0)