it('should return instance that responds to save operation', function () {
      var path = testConfig.supportDirPath + '/sequence.json'
      var store = target.getInstance(path)
      store.should.respondTo('save')
    })