18 lines
		
	
	
		
			187 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			187 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
inherit_from:
 | 
						|
  - ../.rubocop.yml
 | 
						|
 | 
						|
RSpec:
 | 
						|
  Include:
 | 
						|
    - ./*
 | 
						|
 | 
						|
RSpec/ContextWording:
 | 
						|
  Prefixes:
 | 
						|
    - when
 | 
						|
    - with
 | 
						|
    - without
 | 
						|
    - if
 | 
						|
    - unless
 | 
						|
    - for
 | 
						|
    - which
 | 
						|
    - to
 |