diff options
| author | Chi-Fung Fan <[email protected]> | 2017-05-10 03:12:27 +0800 |
|---|---|---|
| committer | Chi-Fung Fan <[email protected]> | 2017-05-10 03:12:27 +0800 |
| commit | 274b53424a187f7e2ee583c035e7f32a217cf86e (patch) | |
| tree | f7aced889d87444f9cb5851b2cb66516401fa374 /test/tc_helper.rb | |
| parent | cdb719673351e10a3ce13b2a5deb151822593c27 (diff) | |
| download | caxlsx-274b53424a187f7e2ee583c035e7f32a217cf86e.tar.gz caxlsx-274b53424a187f7e2ee583c035e7f32a217cf86e.zip | |
Add spec coverage for correct MIME detection
Diffstat (limited to 'test/tc_helper.rb')
| -rw-r--r-- | test/tc_helper.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/tc_helper.rb b/test/tc_helper.rb index 96f545cd..396f19b2 100644 --- a/test/tc_helper.rb +++ b/test/tc_helper.rb @@ -7,4 +7,6 @@ end require 'test/unit' require "timecop" -require "axlsx.rb"
\ No newline at end of file +require "axlsx.rb" +# MIME detection for Microsoft Office 2007+ formats +require 'mimemagic/overlay' |
