From ad7119b5927584e4fc735ce72ea69322c3e9acac Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Fri, 23 Mar 2012 23:52:34 +0900 Subject: move requires out of specs and into helper that prepends lib directory for requires --- test/workbook/tc_workbook.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/workbook/tc_workbook.rb') diff --git a/test/workbook/tc_workbook.rb b/test/workbook/tc_workbook.rb index 1382a12d..af2a7889 100644 --- a/test/workbook/tc_workbook.rb +++ b/test/workbook/tc_workbook.rb @@ -1,5 +1,4 @@ -require 'test/unit' -require 'axlsx.rb' +require 'tc_helper.rb' class TestWorkbook < Test::Unit::TestCase def setup -- cgit v1.2.3