| 
					
				 | 
			
			
				@@ -4,6 +4,7 @@ class FulFillmentServiceTest < Test::Unit::TestCase 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	test 'new should create fulfillment service' do 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		fake "fulfillment_service", :method => :post 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		fulfillment_service = ShopifyAPI::FulfillmentService.new(:name => "SomeService") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		fulfillment_service.save 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		assert_equal "SomeService" , fulfillment_service.name 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	end 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 |