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:
parent
7f3654cf76
commit
a89a41b91b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue