Re: [rspec-users] Loading webrat when installed as a plugin

2009-08-04 Thread Marcelo de Moraes Serpa
David, thanks for the reply! > Rails handles this for you implicitly. Are you having a problem? Yes. I don't have Cucumber, rspec, rspec-rails nor webrat installed as gems system-wide. I only have them as plugins in the app. When I try to run a sample feature with script/cucumber, I get the follo

Re: [rspec-users] Loading webrat when installed as a plugin

2009-08-04 Thread David Chelimsky
On Mon, Aug 3, 2009 at 4:00 PM, Marcelo de Moraes Serpa wrote: > Hello list, > > When installing Webrat as a plugin, do I need to change the "require > 'webrat'" to point to the absolute directory in which webrat is > installed in the vendor/plugins folder or is there any implicit logic > in the re