Added: Test check for mariadb-client package

This commit is contained in:
Diego Lendoiro 2019-08-05 15:50:09 +02:00
parent ee640cf663
commit 5d98e39b0e
No known key found for this signature in database
GPG Key ID: 3808AD1A50FF0B59
1 changed files with 6 additions and 0 deletions

View File

@ -62,6 +62,12 @@ describe 'Dockerfile' do
end end
end end
describe 'mariadb-client' do
it 'is installed' do
expect(package('mariadb-client')).to be_installed
end
end
describe 'wait-for' do describe 'wait-for' do
it 'is installed' do it 'is installed' do
expect(file(wait_for)).to exist and be_executable expect(file(wait_for)).to exist and be_executable