README.md in prosopite-0.1.5 vs README.md in prosopite-0.1.6

- old
+ new

@@ -166,15 +166,15 @@ end ``` WARNING: scan/finish should run before/after **each** test and NOT before/after the whole suite. -## Whitelisting +## Allow list Ignore notifications for call stacks containing one or more substrings: ```ruby -Prosopite.whitelist = ['substring_in_call_stack'] +Prosopite.allow_list = ['substring_in_call_stack'] ``` ## Scanning code outside controllers or tests All you have to do is to wrap the code with: