Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save patriciojofre/0d824571a6c2666e9cab847533dfa72b to your computer and use it in GitHub Desktop.
Save patriciojofre/0d824571a6c2666e9cab847533dfa72b to your computer and use it in GitHub Desktop.
Stub Paperclip
Paperclip::Attachment.any_instance.stubs(:save).returns(true)
Paperclip::Attachment.any_instance.stubs(:post_process).returns(true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment