diff options
Diffstat (limited to 'spec')
-rw-r--r-- | spec/spec/boxes.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/spec/spec/boxes.js b/spec/spec/boxes.js index 4b33be6..87ec279 100644 --- a/spec/spec/boxes.js +++ b/spec/spec/boxes.js @@ -42,14 +42,6 @@ describe('BBox', function() { }) -describe('TBox', function() { - - it('should trow an error in 2.x and be removed in 3.x', function() { - expect(function() { new SVG.TBox }).toThrow('TBox is removed. Use RBox instead.') - }) - -}) - describe('RBox', function() { afterEach(function() { |