test/fixtures/s3.yml in tristandunn-paperclip-2.3.1 vs test/fixtures/s3.yml in tristandunn-paperclip-2.3.1.1

- old
+ new

@@ -1,4 +1,8 @@ development: key: 54321 production: key: 12345 +test: + bucket: <%= ENV['S3_BUCKET'] %> + access_key_id: <%= ENV['S3_KEY'] %> + secret_access_key: <%= ENV['S3_SECRET'] %>