aboutsummaryrefslogtreecommitdiff
path: root/rsTester/src/test/resources/ruleSets/emptyCheck.js
blob: 6588e5b4588b2f0d2f9c9399be6e98d9cc46c8b4 (plain)
1
2
3
4
5
6
exports.name = 'Empty Rule';

exports.description = 'A rule with no body, used for testing.';

exports.rule = function() { };