Hi Michal, Marios, > > > > + set :capability, lambda { |m| driver.respond_to? m } > > > > > > IIRC, this is the capability check that was giving you trouble - is > this > > > working now for you ? > > > > Yes it was. It is still not working for me. Still hoping Michal will > look at it and figure it out.
The source code you pointed me to yesterday helped me find the culprit. Initially I was working on support for systems with system volumes. As I was having issues, I took out all the system volume related code to have the basic system code reviewed first. However, I hadn't deleted the collections/system_volumes.rb file. I think there is code to load all files in the collections directory, so that must have confused the rabbit/Sinatra rules. David said I should ask you what's going on. :) Once removed, it starting working as expected. Sorry about that. I've pushed the patch this morning and will build on that in the next days. Thanks for all the help so far. Cheers, Dies