search for: rightaws

Displaying 1 result from an estimated 1 matches for "rightaws".

Did you mean: rightans
2008 Jun 09
10
Testing file attachment with Paperclip
...ut actually uploading the file to s3. I thought that stubbing Model.has_attached_file would be enough, but it doesn''t seem so ... This is what I did: Video.stub!( :has_attached_file ).with( :name ).and_return( true ) has_attached_file is from paperclip, it gets mixed to the model. 1) RightAws::AwsError in ''VideosController should create a valid Video'' AWS access keys are required to operate on S3 /Users/ngw/zooppa-4/app/controllers/videos_controller.rb:6:in `create'' /Users/ngw/zooppa-4/spec/controllers/videos_controller_spec.rb:17: Maybe I missed something ?...