Closed onomated closed 9 years ago
What is your actual full spec example?
Just figured out the issue. I was hardcoding the Capybara app to the Rails engine I was testing so it wasn't targeting the dummy app that had the middleware included. Works like a charm now. Thanks a lot for an awesome gem!
I'm having problems getting this to work with Rails Engines even after cross referencing several different resources. I'm getting the following error after making calls to set the rack session like so:
This is raised on calling
fill_in "data", :with => data
I've confirmed that my dummy engine loads and uses the required middleware:
Anything else I may be missing? Here's my spec software stack: