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

also mark describe_instances as pending

This commit is contained in:
Wesley Beary 2009-07-13 20:20:47 -07:00
parent 7f3654cf76
commit a89a41b91b

View file

@ -3,6 +3,7 @@ require File.dirname(__FILE__) + '/../../spec_helper'
describe 'EC2.describe_instances' do
it "should return proper attributes with no params" do
pending
actual = ec2.describe_instances
p actual
end