Hi,
I recently started with Cucumber. I’m having an issue with a static page
that I locate in the public folder.
When an user registers to the site I send an activation code via email.
That notification is show to the user by redirecting to a static page
located in the public folder.
If I start the server and register I get redirected properly to the
static page.
But when I run the same with cucumber it cannot find the static page. I
have added the location into the features/paths.rb but it just fails.
Is this a familiar problem for anyone?
Can I add the static page to the routes so cucumber can find it?
Thanks