diff options
| author | Randy Morgan <[email protected]> | 2012-03-14 23:06:38 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-03-14 23:06:38 +0900 |
| commit | fa847fbe3b0b4b6ef3bee9b770b891798d16275c (patch) | |
| tree | 91f94c25622e44215bba30e74e32626e5abb7101 /test/workbook | |
| parent | f9f5f3c9486a8202f1639dfe91e4e3410b1ee857 (diff) | |
| download | caxlsx-fa847fbe3b0b4b6ef3bee9b770b891798d16275c.tar.gz caxlsx-fa847fbe3b0b4b6ef3bee9b770b891798d16275c.zip | |
code formatting.
Diffstat (limited to 'test/workbook')
| -rw-r--r-- | test/workbook/worksheet/tc_cell.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/workbook/worksheet/tc_cell.rb b/test/workbook/worksheet/tc_cell.rb index 04fa28f8..e111f7cd 100644 --- a/test/workbook/worksheet/tc_cell.rb +++ b/test/workbook/worksheet/tc_cell.rb @@ -21,7 +21,6 @@ class TestCell < Test::Unit::TestCase assert_equal(@c.value, 1.0, "type option is applied and value is casted") end - def test_style_date_data c = Axlsx::Cell.new(@c.row, Time.now) assert_equal(Axlsx::STYLE_DATE, c.style) |
