Sha256: ef79b7190a6d79fdcda7325083d5f137de8b7c7d9d7eee5a36b7d61e4c5f9c75

Contents?: true

Size: 389 Bytes

Versions: 1

Compression:

Stored size: 389 Bytes

Contents

require 'test/test_helper'
require 'fileutils'
require 'shuck/server'

# You need to have s3cmd installed to use this
class S3CmdTest < Test::Unit::TestCase

  def setup
    @s3cmd = "s3cmd --config"
  end

  def teardown
  end

  def test_create_bucket
  end

  def test_store
  end

  def test_large_store
  end

  def test_multi_directory
  end

  def test_intra_bucket_copy
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shuck-0.0.8 test/s3cmd_test.rb