hardbap (owner)

Revisions

gist: 142434 Download_button fork
public
Public Clone URL: git://gist.github.com/142434.git
Embed All Files: show embed
stub out Paperclip's S3 storage with RR #
1
2
3
4
5
6
stub(@key_stub = Object.new, :data=)
stub(@key_stub).put(anything, anything, anything)
stub(@bucket_stub = Object.new).key { @key_stub }
stub(@s3_stub = Object.new).bucket(anything, anything, anything) { @bucket_stub }
stub(RightAws::S3).new(anything, anything, anything) { @s3_stub }