diff --git a/packages/consent/lib/consent/dsl.rb b/packages/consent/lib/consent/dsl.rb index 94167821..8eff191d 100644 --- a/packages/consent/lib/consent/dsl.rb +++ b/packages/consent/lib/consent/dsl.rb @@ -17,9 +17,11 @@ def with_defaults(new_defaults, &block) # rubocop:disable Lint/UnusedBlockArgument, Security/Eval def eval_view(key, label, collection_conditions) view key, label do |user| - # eval(collection_conditions) + eval(collection_conditions) # made to fail - eval(collection_conditions) # Triggering a failure + eval(collection_conditions) + # extra for failing + eval(collection_conditions) end end # rubocop:enable Lint/UnusedBlockArgument, Security/Eval