Flavio Carvalho

Results 1 issues of Flavio Carvalho

If you use `ExcludeDiscountCodes` with behaviour `:apply_discount` and add a discount code in the exceptions, ``` ExcludeDiscountCodes.new( :apply_discount, "", :reject_except, ["DISCOUNT15"] ), ``` The exception will not run because this...