# Inspec test for recipe irrigate-datadog::mysql

unless os.windows?
  describe file('/etc/datadog-agent/conf.d/mysql.d/conf.yaml') do
    it { should exist }
  end
end
