summaryrefslogtreecommitdiffhomepage
path: root/test/stylesheet/tc_num_fmt.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/stylesheet/tc_num_fmt.rb')
-rw-r--r--test/stylesheet/tc_num_fmt.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/stylesheet/tc_num_fmt.rb b/test/stylesheet/tc_num_fmt.rb
index 5309f189..7c34be28 100644
--- a/test/stylesheet/tc_num_fmt.rb
+++ b/test/stylesheet/tc_num_fmt.rb
@@ -1,7 +1,6 @@
require 'tc_helper.rb'
class TestNumFmt < Test::Unit::TestCase
-
def setup
@item = Axlsx::NumFmt.new
end
@@ -25,5 +24,4 @@ class TestNumFmt < Test::Unit::TestCase
assert_nothing_raised { @item.formatCode = "0" }
assert_equal(@item.formatCode, "0")
end
-
end