1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

initial get_server_detail implementation

This commit is contained in:
Wesley Beary 2009-10-14 22:02:24 -07:00
parent 95c775c35b
commit 22fe3b41db
3 changed files with 61 additions and 0 deletions

View file

@ -0,0 +1,11 @@
require File.dirname(__FILE__) + '/../../../spec_helper'
describe 'Rackspace::Servers.get_server_details' do
describe 'success' do
it "should return proper attributes" do
p servers.get_server_details(id)
end
end
end