I'm using cucumber features for my rails application.
I want to use some features in more than one pages (the only thing that will change is the visited page).
Is there a way to accomplish this without duplicating the feature (something like setting the page as a variable or something and repeat the feature execution for each value)?