diff options
| author | Randy Morgan <[email protected]> | 2012-09-25 09:46:57 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-09-25 09:46:57 +0900 |
| commit | 2fd8fa0881b96bd59ff60371c4263aa89de52124 (patch) | |
| tree | 13dbc2ee902414fff8c6ea4a0beb7a45444b2591 /test/workbook | |
| parent | bd6573b624190695ced572ea4d200aaf9c835193 (diff) | |
| download | caxlsx-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.rb | 5 |
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 |
