I am getting the strangest cucumber bug for when I test my ruby on rails app. I have the function working perfectly on localhost. I have a few steps in a couple of scenarios that check if I'm on a certain page, specifically the template for users#show. So I wrote the step def and added the path in paths.rb and managed to get the first of such step to pass. However, the other steps fail, in spite of using the exact same path, a fact that I verified with a raise.I am getting the strangest cucumber bug for whe