diff options
| author | Randy Morgan <[email protected]> | 2012-05-17 20:37:28 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-05-17 20:37:28 +0900 |
| commit | c8b40481b1ab947fbb783657e19749b59b716cfe (patch) | |
| tree | 72c750aae7ef92627fdf3e2fdf53e2199270404f /test/workbook/worksheet/tc_data_bar.rb | |
| parent | 0297bd574791ac7781352c20db2eeaa2c1cea3f3 (diff) | |
| download | caxlsx-c8b40481b1ab947fbb783657e19749b59b716cfe.tar.gz caxlsx-c8b40481b1ab947fbb783657e19749b59b716cfe.zip | |
fix ALL the warnings!
Diffstat (limited to 'test/workbook/worksheet/tc_data_bar.rb')
| -rw-r--r-- | test/workbook/worksheet/tc_data_bar.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/workbook/worksheet/tc_data_bar.rb b/test/workbook/worksheet/tc_data_bar.rb index 644ce6bd..af803f23 100644 --- a/test/workbook/worksheet/tc_data_bar.rb +++ b/test/workbook/worksheet/tc_data_bar.rb @@ -23,7 +23,7 @@ class TestDataBar < Test::Unit::TestCase assert_equal(@data_bar.maxLength, 0) end - def test_maxLength + def test_showValue assert_raise(ArgumentError) { @data_bar.showValue = :invalid_type } assert_nothing_raised { @data_bar.showValue = false} assert_equal(@data_bar.showValue, false) |
