Sha256: 7a674d55433f38775ced2150f5608317b52740d3daf9d407744c6316b0b8bf05

Contents?: true

Size: 277 Bytes

Versions: 10

Compression:

Stored size: 277 Bytes

Contents

module Helpers
  module Mysql
    include MiniTest::Chef::Assertions
    include MiniTest::Chef::Context
    include MiniTest::Chef::Resources

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

Version data entries

10 entries across 9 versions & 3 rubygems

Version Path
fast_food-0.1.2 chef/cookbooks/mysql/files/default/tests/minitest/support/helpers.rb
fast_food-0.1.1 chef/cookbooks/mysql/files/default/tests/minitest/support/helpers.rb
fast_food-0.1.0 chef/cookbooks/mysql/files/default/tests/minitest/support/helpers.rb
vagrant-openstack-0.0.4 tmp/librarian/cache/source/chef/site/877777683730772c36b1e6a3fc3aa2c3/mysql/version-uri/7b8c50111f33aa7b4c55950c2773dbec/package/files/default/tests/minitest/support/helpers.rb
vagrant-openstack-0.0.4 cookbooks/mysql/files/default/tests/minitest/support/helpers.rb
server_maint-0.0.8 lib/cookbooks/mysql/files/default/tests/minitest/support/helpers.rb
server_maint-0.0.7 lib/cookbooks/mysql/files/default/tests/minitest/support/helpers.rb
server_maint-0.0.6 lib/cookbooks/mysql/files/default/tests/minitest/support/helpers.rb
server_maint-0.0.5 lib/cookbooks/mysql/files/default/tests/minitest/support/helpers.rb
server_maint-0.0.4 lib/cookbooks/mysql/files/default/tests/minitest/support/helpers.rb