summaryrefslogtreecommitdiffstats
path: root/test/excelx/cell/test_empty.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/excelx/cell/test_empty.rb')
-rw-r--r--test/excelx/cell/test_empty.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/excelx/cell/test_empty.rb b/test/excelx/cell/test_empty.rb
new file mode 100644
index 0000000..8263714
--- /dev/null
+++ b/test/excelx/cell/test_empty.rb
@@ -0,0 +1,7 @@
+require 'test_helper'
+
+class TestRooExcelxCellEmpty < Minitest::Test
+ def empty
+ Roo::Excelx::Cell::Empty
+ end
+end