We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8b1b5f commit ed70f13Copy full SHA for ed70f13
spec/unit/puppet/provider/mysql_plugin/mysql_spec.rb
@@ -17,7 +17,7 @@
17
Facter.stubs(:value).with(:root_home).returns('/root')
18
Puppet::Util.stubs(:which).with('mysql').returns('/usr/bin/mysql')
19
File.stubs(:file?).with('/root/.my.cnf').returns(true)
20
- provider.class.stubs(:mysql).with([defaults_file, '-NBe', 'show plugins']).returns('new_plugin')
+ provider.class.stubs(:mysql).with([defaults_file, '-NBe', 'show plugins']).returns('auth_socket ACTIVE AUTHENTICATION auth_socket.so GPL')
21
end
22
23
let(:instance) { provider.class.instances.first }
0 commit comments