Posts by Nabucodono5or • 13 points
2 posts
- 
		1 votes1 answer407 viewsQ: How to nest step Definitions within another using CucumberI would like you to help me solve this doubt, I’m trying to reference a step definition inside another in the same file to avoid repeating code, of course if this is possible. Example Dado /^escolho… 
- 
		0 votes1 answer489 viewsA: Error not detected by Cucumber testThe answer to the question is in the way Steps were defined, a wrong syntax was used for Steps defined in Gem Aruba itselfEntão /^o jogo termina com a seguinte mensagem na tela:$/ do |text| steps %{…