Closed tilsammans closed 7 years ago
prawn-table
has a hard dependency on Prawn. You simply can not use this gem without Prawn. It's OK to use an image from Prawn.
Okay, you seem to know what you're doing.
I tried to
bundle install && bundle exec rake spec
and got a complaint about this file prawn.png
missing. I found it in the prawn-1.0.0
gem but not in the prawn-2.2.2
gem. Is it possible that prawn used to provide this image and now it doesn't, or am I misreading here?
This seems very brittle and unnessesary. Especially for the specs; it doesn't matter what image is used here, just that any image is used. For the manual, it could be argued that we get it from Prawn. But I think it makes our code too brittle for too little gain. Better to have evrything self-contained.
Fixes all Travis errors.