This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
				
			
		
		
		
		
			
	
	
		
			
	
		
		
			
				
				
					
						
						
						
							 | 
							
							require 'spec_helper'
 | 
						
						
						
						
							 | 
							
							describe AttributeField do
 | 
						
						
						
						
							 | 
							
							  describe "#list field" do
 | 
						
						
						
						
							 | 
							
							    context "when field is in type text_field(without add more)" do
 | 
						
						
						
						
							 | 
							
							      before(:each) do
 | 
						
						
						
						
							 | 
							
							        @attribute_field = AttributeField.new(:key=>'test',:markup=>"text_field")
 | 
						
						
						
						
							 | 
							
							        
 | 
						
						
						
						
							 | 
							
							        
 | 
						
						
						
						
							 | 
							
							      end
 | 
						
						
						
						
							 | 
							
							    end
 | 
						
						
						
						
							 | 
							
							  end
 | 
						
						
						
						
							 | 
							
							end |