summaryrefslogtreecommitdiffhomepage
path: root/test/tc_helper.rb
diff options
context:
space:
mode:
authorJurriaan Pruis <[email protected]>2015-01-12 12:18:46 +0100
committerJurriaan Pruis <[email protected]>2015-01-12 12:18:46 +0100
commitc24ec92ab6495b6b0c36e8e139d3d3ce350fc5c5 (patch)
treeb5178b26ebd877a5b79564fd9922aaea86135106 /test/tc_helper.rb
parent4199f37303923637d02717b32c52b9dc83fc478b (diff)
downloadcaxlsx-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.rb2
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