Closed brendon closed 8 years ago
I forgot to check if the variable existed before trying to remove it. The tests passed because they weren't executing the callback that triggered the error. The tests now execute the callback, and the bug has been fixed.
👍
Thanks :) I'd never had much luck with that gem before but it seems to work well in this instance.
I forgot to check if the variable existed before trying to remove it. The tests passed because they weren't executing the callback that triggered the error. The tests now execute the callback, and the bug has been fixed.