6 lines
		
	
	
		
			184 B
		
	
	
	
		
			Gherkin
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			184 B
		
	
	
	
		
			Gherkin
		
	
	
	
	
	
Feature: ruby feature require CLI option
 | 
						|
 | 
						|
  Scenario: requires a ruby feature
 | 
						|
    When I run uhwm with option -v -r abbrev
 | 
						|
    Then the output must match /load.+abbrev.+ruby feature/i
 |