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

14 lines
276 B
Ruby
Raw Normal View History

2009-07-06 20:45:16 -07:00
require File.dirname(__FILE__) + '/../../spec_helper'
2009-07-08 21:58:02 -07:00
describe 'EC2.describe_instances' do
2009-07-06 20:45:16 -07:00
it "should return proper attributes with no params" do
pending
2009-07-06 20:45:16 -07:00
actual = ec2.describe_instances
p actual
end
it "should return proper attributes with params"
end