16 lines
		
	
	
		
			272 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			272 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
 | |
| 
 | |
| one:
 | |
|   subproject_name: MyString
 | |
|   project: one
 | |
|   client: one
 | |
|   owner: one
 | |
|   builder: one
 | |
| 
 | |
| two:
 | |
|   subproject_name: MyString
 | |
|   project: two
 | |
|   client: two
 | |
|   owner: two
 | |
|   builder: two
 | 
