mattpolito/paratrooper

Guard against unused options provided

Closed this issue · 1 comments

Someone passed in #match_tag instead of #match_tag_to and expected that behavior because no error was thrown with the incorrect option being passed.

Passing in options is being deprecated for block syntax which will guard against incorrect naming.