diff options
| author | Randy Morgan <[email protected]> | 2012-05-13 11:23:59 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-05-13 11:23:59 +0900 |
| commit | 49e4574f9e467a7167bfa1e7b1157d6a48815ba7 (patch) | |
| tree | 31510de63fe443944498c418c0fcb09154693439 /test/drawing/tc_vml_shape.rb | |
| parent | 360277ffaa815c90b4144d72e355ecd3ae893083 (diff) | |
| download | caxlsx-49e4574f9e467a7167bfa1e7b1157d6a48815ba7.tar.gz caxlsx-49e4574f9e467a7167bfa1e7b1157d6a48815ba7.zip | |
fixing mis-named test class
Diffstat (limited to 'test/drawing/tc_vml_shape.rb')
| -rw-r--r-- | test/drawing/tc_vml_shape.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/drawing/tc_vml_shape.rb b/test/drawing/tc_vml_shape.rb index 621c6bdd..719beca7 100644 --- a/test/drawing/tc_vml_shape.rb +++ b/test/drawing/tc_vml_shape.rb @@ -1,6 +1,6 @@ require 'tc_helper.rb' -class TestVmlDrawing < Test::Unit::TestCase +class TestVmlShape < Test::Unit::TestCase def setup p = Axlsx::Package.new |
