Closed fmanno closed 8 years ago
Ah. Thanks for giving me the background and the related issue. I think it's then probably best to just get the absolute path from the relative path in the test instead of changing the Check method?
Yes, exactly.
Great! I'll have a look tomorrow and post an update. Thanks
LGTM, Thanks.
Check function of the Record was testing for equality with the relative path of the file to watch but the packages functions use the absolute path. Therefore the module wasn't getting loaded and the test was failing.