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