use strict;
use warnings;

return {
    conf_file_name => "popularity-contest.conf" ,
    conf_dir => "etc" ,
    model_to_test => "PopCon" ,
    tests => [
        { # t0
            check => { }
        },
    ],
};
