зеркало из https://github.com/microsoft/fog.git
pending specs for new association behaviours
This commit is contained in:
Родитель
31b1936efe
Коммит
191465d9c8
|
@ -46,6 +46,10 @@ describe 'Fog::AWS::EC2::Instance' do
|
||||||
instance.addresses.should be_a(Fog::AWS::EC2::Addresses)
|
instance.addresses.should be_a(Fog::AWS::EC2::Addresses)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
it "should not associate the address to a not yet saved instance"
|
||||||
|
it "should associate the address after saving a new instance"
|
||||||
|
it "should associate the address to an existing instance"
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
describe "#destroy" do
|
describe "#destroy" do
|
||||||
|
@ -137,6 +141,10 @@ describe 'Fog::AWS::EC2::Instance' do
|
||||||
instance.volumes.should be_a(Fog::AWS::EC2::Volumes)
|
instance.volumes.should be_a(Fog::AWS::EC2::Volumes)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
it "should not attach the volume to a not yet saved instance"
|
||||||
|
it "should attach the volume after saving a new instance"
|
||||||
|
it "should attach the volume to an existing instance"
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Загрузка…
Ссылка в новой задаче