mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
fix copy/paste error
This commit is contained in:
parent
2a1a0b3211
commit
7dc947ce06
1 changed files with 2 additions and 2 deletions
|
@ -83,11 +83,11 @@ describe 'Fog::AWS::EC2::Snapshots' do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
it "should not exist in addresses before save" do
|
it "should not exist in snapshots before save" do
|
||||||
AWS[:ec2].snapshots.get(@snapshot.id).should be_nil
|
AWS[:ec2].snapshots.get(@snapshot.id).should be_nil
|
||||||
end
|
end
|
||||||
|
|
||||||
it "should exist in buckets after save" do
|
it "should exist in snapshots after save" do
|
||||||
@snapshot.save
|
@snapshot.save
|
||||||
AWS[:ec2].snapshots.get(@snapshot.id).should_not be_nil
|
AWS[:ec2].snapshots.get(@snapshot.id).should_not be_nil
|
||||||
@snapshot.destroy
|
@snapshot.destroy
|
||||||
|
|
Loading…
Add table
Reference in a new issue