17 lines
		
	
	
		
			313 B
		
	
	
	
		
			Crystal
		
	
	
	
	
	
		
		
			
		
	
	
			17 lines
		
	
	
		
			313 B
		
	
	
	
		
			Crystal
		
	
	
	
	
	
|  | ENV["AMBER_ENV"] ||= "test" | ||
|  | 
 | ||
|  | require "spec" | ||
|  | require "micrate" | ||
|  | require "garnet_spec" | ||
|  | 
 | ||
|  | require "../config/*" | ||
|  | 
 | ||
|  | Micrate::DB.connection_url = Amber.settings.database_url | ||
|  | 
 | ||
|  | # Automatically run migrations on the test database | ||
|  | Micrate::Cli.run_up | ||
|  | 
 | ||
|  | # Disable Granite logs in tests | ||
|  | Granite.settings.logger = Logger.new nil | ||
|  | 
 |