aboutsummaryrefslogtreecommitdiffstats
path: root/test/excelx/cell/test_empty.rb
blob: 82637145cecff8ca71819c87ace2bb114ad1b6d1 (plain) (blame)
1
2
3
4
5
6
7
require 'test_helper'

class TestRooExcelxCellEmpty < Minitest::Test
  def empty
    Roo::Excelx::Cell::Empty
  end
end