summaryrefslogtreecommitdiffhomepage
path: root/test/tc_helper.rb
AgeCommit message (Collapse)Author
2023-05-04Enable Style/FrozenStringLiteralComment and autocorrectPaul Kmiec
2023-05-03Fix Style/RedundantFileExtensionInRequire offenseGeremia Taglialatela
2023-04-12Mock out external image requests to make the CI more stableKoza
2021-03-27Replace mimemagic with marcel (#95)Jorne Kandziora
Mimemagic requires users to download or install additional files. Rails used Marcel as an abstration layer on this library. Marcel was updated to another file matching database. Following Rails in this matter will remove the need for users to do additional work, just to use caxlsx.
2017-05-10Add spec coverage for correct MIME detectionChi-Fung Fan
2015-01-12Fix #fit_to to work correctly and fix tests under Ruby 2.2.0Jurriaan Pruis
9999 is too big
2013-07-08Make sure serializing axlsx packages with identical contents always results ↵Stefan Daschek
in identical zip files. This improves the possibilites for caching and/or consolidating the generated zip (xlsx) files. Up to now, serializing the same package at different times resulted in different zip files because of the timestamp in the zip entry metadata. Note: To generate identical packages (and thus identical zip files), you'll have set Core#created explicitly, eg. with `Package.new(created_at: Time.local(2013, 1, 1)`.
2013-04-19Added prep for 1.3.6 releaseRandy Morgan
2012-11-23Updated thin_chars and replaced cover_me with simplecovRandy Morgan
2012-05-13exclude cover_me gem from 1.8.7Randy Morgan
2012-05-13MOAR specsRandy Morgan
2012-03-23move requires out of specs and into helper that prepends lib directory for ↵Randy Morgan
requires