Hi,
I've a controller that defines the @projects variables to be displayed in the view.
There is any way to access to that projects in the cucumber step? Note that this variables contains the paginated results, the idea is to test if the values are being displayed in the page.
I've tried to access the variable through assigns and controller but they are both nill.
Thanks.