mirror of
				https://github.com/fspc/BikeShed-1.git
				synced 2025-10-31 17:05:36 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			194 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			194 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Read about factories at https://github.com/thoughtbot/factory_girl
 | |
| 
 | |
| FactoryGirl.define do
 | |
|   factory :map do
 | |
|     name "MyString"
 | |
|     creator_id ""
 | |
|     max_teams ""
 | |
|     max_members ""
 | |
|   end
 | |
| end
 |