summaryrefslogtreecommitdiffhomepage
path: root/test/workbook
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-09-25 09:46:57 +0900
committerRandy Morgan <[email protected]>2012-09-25 09:46:57 +0900
commit2fd8fa0881b96bd59ff60371c4263aa89de52124 (patch)
tree13dbc2ee902414fff8c6ea4a0beb7a45444b2591 /test/workbook
parentbd6573b624190695ced572ea4d200aaf9c835193 (diff)
downloadcaxlsx-2fd8fa0881b96bd59ff60371c4263aa89de52124.tar.gz
caxlsx-2fd8fa0881b96bd59ff60371c4263aa89de52124.zip
Add dummy test for filter column so it shuts up on 1.8.7
Diffstat (limited to 'test/workbook')
-rw-r--r--test/workbook/worksheet/auto_filter/tc_filter_column.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/workbook/worksheet/auto_filter/tc_filter_column.rb b/test/workbook/worksheet/auto_filter/tc_filter_column.rb
index ff3da259..ca7abded 100644
--- a/test/workbook/worksheet/auto_filter/tc_filter_column.rb
+++ b/test/workbook/worksheet/auto_filter/tc_filter_column.rb
@@ -5,4 +5,9 @@ class TestFilterColumn < Test::Unit::TestCase
def setup
end
+
+
+ def tc_do_it_later
+ assert true
+ end
end