1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/spec/aws/models/s3/buckets_spec.rb
2009-08-27 20:47:01 -07:00

23 lines
324 B
Ruby

require File.dirname(__FILE__) + '/../../../spec_helper'
describe 'S3::Buckets' do
describe "#all" do
it "should return an S3::Buckets"
end
describe "#create" do
it "should return an S3::Bucket that has been persisted to s3"
end
describe "#new" do
it "should return an S3::Bucket"
end
end