10 lines
		
	
	
		
			195 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
		
			195 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
|  | require 'db/mongo/models/image' | ||
|  | 
 | ||
|  | FactoryGirl.define do | ||
|  |   factory :image, class: Devops::Model::Image do | ||
|  |     id 'test_image' | ||
|  |     remote_user 'root' | ||
|  |     name 'my_image' | ||
|  |     provider 'ec2' | ||
|  |   end | ||
|  | end |