mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
14 lines
287 B
Ruby
14 lines
287 B
Ruby
|
require File.dirname(__FILE__) + '/../../spec_helper'
|
||
|
|
||
|
describe 'EC2.delete_snapshot' do
|
||
|
|
||
|
it "should return proper attributes with no params" do
|
||
|
pending
|
||
|
# actual = ec2.delete_snapshot(snapshot_id)
|
||
|
# p actual
|
||
|
end
|
||
|
|
||
|
it "should return proper attributes with params"
|
||
|
|
||
|
end
|