mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
12 lines
262 B
Ruby
12 lines
262 B
Ruby
require File.dirname(__FILE__) + '/../../../spec_helper'
|
|
|
|
describe 'Rackspace::Files.put_object' do
|
|
describe 'success' do
|
|
|
|
it "should return proper attributes" do
|
|
pending
|
|
p files.put_object(container_name, object_name, data)
|
|
end
|
|
|
|
end
|
|
end
|