Re: [rspec-users] running rspec in spec/requests directory with cells fails

2010-12-22 Thread David Chelimsky
On Dec 22, 2010, at 1:44 PM, Jim Morris wrote: > Yes it works from ROOT as I said in original post :) Oops. Missed that. > However I can run normal request specs from the request directory > itself, if they don't use cells. > > Is rspec meant to only run from ROOT? Yes. You _can_ get it to wor

Re: [rspec-users] running rspec in spec/requests directory with cells fails

2010-12-22 Thread Jim Morris
Yes it works from ROOT as I said in original post :) However I can run normal request specs from the request directory itself, if they don't use cells. Is rspec meant to only run from ROOT? Also this part of the error message seems suspicious... and possible paths sidebar/google_searchcell/rail

Re: [rspec-users] running rspec in spec/requests directory with cells fails

2010-12-22 Thread David Chelimsky
On Dec 22, 2010, at 2:51 AM, Jim Morris wrote: > Hi, not exactly sure if this is a cells bug or an rspec (or both), but > when running a simple request spec > from the spec/requests directory gets an error whereas running it from > the RAILS ROOT directory it works.. > Seems it cannot find the vie

[rspec-users] running rspec in spec/requests directory with cells fails

2010-12-22 Thread Jim Morris
Hi, not exactly sure if this is a cells bug or an rspec (or both), but when running a simple request spec from the spec/requests directory gets an error whereas running it from the RAILS ROOT directory it works.. Seems it cannot find the view in the cells directory. The full project is in https://