mirror of
				https://gitea.invidious.io/iv-org/shard-ameba.git
				synced 2024-08-15 00:53:29 +00:00 
			
		
		
		
	Add a space delimiter to duplicated hash keys
This commit is contained in:
		
							parent
							
								
									9cf5d05dc0
								
							
						
					
					
						commit
						d307f01bfa
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -44,7 +44,7 @@ module Ameba::Rule
 | 
			
		|||
      )
 | 
			
		||||
      subject.catch(s).should_not be_valid
 | 
			
		||||
      error = s.errors.first
 | 
			
		||||
      error.message.should eq %(Duplicated keys in hash literal: "key1","key2")
 | 
			
		||||
      error.message.should eq %(Duplicated keys in hash literal: "key1", "key2")
 | 
			
		||||
    end
 | 
			
		||||
  end
 | 
			
		||||
end
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue