mirror of
				https://github.com/scinote-eln/scinote-web.git
				synced 2025-10-31 00:19:20 +08:00 
			
		
		
		
	Remove sample_custom_field factory
This commit is contained in:
		
							parent
							
								
									6261684a59
								
							
						
					
					
						commit
						c3fd810691
					
				
					 1 changed files with 0 additions and 9 deletions
				
			
		|  | @ -1,9 +0,0 @@ | |||
| # frozen_string_literal: true | ||||
| 
 | ||||
| FactoryBot.define do | ||||
|   factory :sample_custom_field do | ||||
|     value { Faker::Name.unique.name } | ||||
|     sample | ||||
|     custom_field { create :custom_field, user: sample.user, team: sample.team } | ||||
|   end | ||||
| end | ||||
		Loading…
	
	Add table
		
		Reference in a new issue