Du kan inte välja fler än 25 ämnen
			Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							| 123456789101112131415 | 
							- /**
 -  * Created by robin on 12/11/16.
 -  */
 - 
 - describe('lu-promise factory', function() {
 -     var luBusyBusiness;
 - 
 -     // Before each test load our api.users module
 -     beforeEach(angular.mock.module('luticate2Utils'));
 - 
 -     // Before each test set our injected Users factory (_Users_) to our local Users variable
 -     beforeEach(inject(function(_luBusyBusiness_) {
 -         luBusyBusiness = _luBusyBusiness_;
 -     }));
 - });
 
 
  |