summaryrefslogtreecommitdiffhomepage
path: root/test/stylesheet/tc_border.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/stylesheet/tc_border.rb')
-rw-r--r--test/stylesheet/tc_border.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/stylesheet/tc_border.rb b/test/stylesheet/tc_border.rb
index ae191dd0..c2fb0d98 100644
--- a/test/stylesheet/tc_border.rb
+++ b/test/stylesheet/tc_border.rb
@@ -4,8 +4,10 @@ class TestBorder < Test::Unit::TestCase
def setup
@b = Axlsx::Border.new
end
+
def teardown
end
+
def test_initialiation
assert_equal(@b.diagonalUp, nil)
assert_equal(@b.diagonalDown, nil)