Restore console behavior in test env (#26401)
		
	This commit is contained in:
		
					parent
					
						
							
								271d384fd0
							
						
					
				
			
			
				commit
				
					
						2c88364222
					
				
			
		
					 1 changed files with 0 additions and 0 deletions
				
			
		
							
								
								
									
										14
									
								
								spec/fabrication/fabricators_spec.rb
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								spec/fabrication/fabricators_spec.rb
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,14 @@ | |||
| # frozen_string_literal: true | ||||
| 
 | ||||
| require 'rails_helper' | ||||
| 
 | ||||
| Fabrication.manager.load_definitions if Fabrication.manager.empty? | ||||
| 
 | ||||
| Fabrication.manager.schematics.map(&:first).each do |factory_name| | ||||
|   describe "The #{factory_name} factory" do | ||||
|     it 'is valid' do | ||||
|       factory = Fabricate(factory_name) | ||||
|       expect(factory).to be_valid | ||||
|     end | ||||
|   end | ||||
| end | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue