[rspec-users] Rails 2.3.2, rspec routing errors

2009-06-08 Thread srinu
Hi, I have turned my rails application to new version 2.3.2, with this I used to get fixtire_path error which was resolved by upgrading the plugins spec/spec-rails. Now I struck up with Routing error to run the spec, the thing which might because of routing specs. As I know my spec version=1.

[rspec-users] Spec for image upload and resizing

2009-06-14 Thread srinu
Hi, I have a written spec for image upload model using paperclip plug- in. The sample code looks like http://gist.github.com/129954 Testing the upload image just not validation and saving to database, its about the input image has got cropped or not if the input image size exceeds the 600x60

Re: [rspec-users] Spec for image upload and resizing

2009-06-15 Thread srinu
Well, thanks for the reply, as you suggested it is a better way to override the file path. Thanks Srinivas On Jun 15, 6:41 pm, Stephen Eley wrote: > On Mon, Jun 15, 2009 at 1:25 AM, srinu<36sr...@gmail.com> wrote: > > >  But every time I run the test images are saving. I