Module: Helpers::Mysql

Includes:
MiniTest::Chef::Assertions, MiniTest::Chef::Context, MiniTest::Chef::Resources
Defined in:
lib/cookbooks/mysql/files/default/tests/minitest/support/helpers.rb

Instance Method Summary collapse

Instance Method Details

#assert_secure_password(type) ⇒ Object



7
8
9
# File 'lib/cookbooks/mysql/files/default/tests/minitest/support/helpers.rb', line 7

def assert_secure_password(type)
  node["mysql"]["server_#{type}_password"].length.must_be_close_to(20, 8)
end