Sha256: 003bb41e262b63f831c33e2fec7b97cd8fb373ba765986d6cba88ec858e37629

Contents?: true

Size: 420 Bytes

Versions: 1

Compression:

Stored size: 420 Bytes

Contents

require File.dirname(__FILE__) + '/../s3_test_constants'
require_gem 'FakeWeb'

class TestNamedBucket < Test::Unit::TestCase
  def test_should_wrap_bucket_listing
    flunk 'Keep a copy of the current bucket listing inside as a property'
  end

  def test_should_enable_easy_updates_on_bucket_listing
    flunk 'Enable prefix, marker etc. to be reset from NamedBucket and refresh wrapped bucket listing object'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
s33r-0.2 test/cases/unit_named_bucket.rb