jferris/effigy

core_ext needs to be used in lib, not just spec

croaky opened this issue · 2 comments

Otherwise this will always error with NoMethodError:

f('h2 a').attr(:href, job.company_url)

Patch here: http://gist.github.com/276921

Fixed issues with requires; closed by 0aaf7d2