1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/spec/rackspace/requests/files/head_container_spec.rb
2009-11-01 23:34:00 -08:00

12 lines
251 B
Ruby

require File.dirname(__FILE__) + '/../../../spec_helper'
describe 'Rackspace::Files.head_container' do
describe 'success' do
it "should return proper attributes" do
pending
p files.head_container(container_name)
end
end
end