diff options
| author | Jurriaan Pruis <[email protected]> | 2015-01-12 12:18:46 +0100 |
|---|---|---|
| committer | Jurriaan Pruis <[email protected]> | 2015-01-12 12:18:46 +0100 |
| commit | c24ec92ab6495b6b0c36e8e139d3d3ce350fc5c5 (patch) | |
| tree | b5178b26ebd877a5b79564fd9922aaea86135106 /test/tc_helper.rb | |
| parent | 4199f37303923637d02717b32c52b9dc83fc478b (diff) | |
| download | caxlsx-c24ec92ab6495b6b0c36e8e139d3d3ce350fc5c5.tar.gz caxlsx-c24ec92ab6495b6b0c36e8e139d3d3ce350fc5c5.zip | |
Fix #fit_to to work correctly and fix tests under Ruby 2.2.0
9999 is too big
Diffstat (limited to 'test/tc_helper.rb')
| -rw-r--r-- | test/tc_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tc_helper.rb b/test/tc_helper.rb index af40a1e4..96f545cd 100644 --- a/test/tc_helper.rb +++ b/test/tc_helper.rb @@ -7,4 +7,4 @@ end require 'test/unit' require "timecop" -require "axlsx.rb" +require "axlsx.rb"
\ No newline at end of file |
