Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden committed Jan 20, 2015
1 parent e8b1b5f commit ed70f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/puppet/provider/mysql_plugin/mysql_spec.rb
Expand Up @@ -17,7 +17,7 @@
Facter.stubs(:value).with(:root_home).returns('/root')
Puppet::Util.stubs(:which).with('mysql').returns('/usr/bin/mysql')
File.stubs(:file?).with('/root/.my.cnf').returns(true)
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')
end

let(:instance) { provider.class.instances.first }
Expand Down

0 comments on commit ed70f13

Please sign in to comment.