Allow custom bucket name for FileStore::S3Store.

This commit is contained in:
Guo Xiang Tan
2016-08-16 15:23:48 +08:00
parent 416e7e0d1e
commit 7ff1f6cb9d
2 changed files with 7 additions and 18 deletions

View File

@ -256,10 +256,4 @@ describe FileStore::S3Store do
assert_path("https://hello", nil)
end
end
describe "#s3_bucket" do
it "should return the right bucket name" do
expect(store.s3_bucket).to eq('s3-upload-bucket')
end
end
end