diff options
Diffstat (limited to 'test/stylesheet/tc_cell_protection.rb')
| -rw-r--r-- | test/stylesheet/tc_cell_protection.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/stylesheet/tc_cell_protection.rb b/test/stylesheet/tc_cell_protection.rb index b2161fa6..a9648745 100644 --- a/test/stylesheet/tc_cell_protection.rb +++ b/test/stylesheet/tc_cell_protection.rb @@ -1,7 +1,6 @@ require 'tc_helper.rb' class TestCellProtection < Test::Unit::TestCase - def setup @item = Axlsx::CellProtection.new end @@ -25,5 +24,4 @@ class TestCellProtection < Test::Unit::TestCase assert_nothing_raised { @item.locked = false } assert_equal(@item.locked, false ) end - end |
