Current File : //home/tradevaly/www/node_modules/svg.js/spec/spec/nested.js
describe('Nested', function() {

  afterEach(function() {
    draw.clear()
  })

  describe('()', function() {
    it('creates a nested svg of type SVG.Nested', function() {
      expect(draw.nested() instanceof SVG.Nested).toBeTruthy()
    })
  })

})