Skip to content
Snippets Groups Projects
Commit a127b9ba authored by Matthieu FAURE's avatar Matthieu FAURE
Browse files

CHORE Fulfill parameter for unit tests

parent 1b3a46e8
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,11 @@ describe 'comptoir' do
on_supported_os.each do |os, os_facts|
context "on #{os}" do
let(:facts) { os_facts }
let(:params) do
{
comptoir_db_password: 'kiki34',
}
end
it { is_expected.to compile }
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment