mirror of
				https://github.com/fspc/BikeShed-1.git
				synced 2025-11-03 17:15:34 -05: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
 |