blob: 704432ee7fa6855bf9da9c7d4383a380bc20e40b [file] [log] [blame]
describe('install', function() {
beforeEach(angular.mock.module(require('./').name))
it('should ...', inject(function() {
//var filter = $filter('installError')
//expect(filter('input')).toEqual('output')
}))
})