Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Commit

Permalink
[EC2やwakameの代わりにVMwareなどのクラウドコントローラを使えるようにする#2] 実装していないことを確認する部分を取り除きました
Browse files Browse the repository at this point in the history
  • Loading branch information
akima committed May 31, 2012
1 parent 9bddd31 commit 81a340a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions tengine_resource_wakame/spec/tengine/resource/watcher_spec.rb
Expand Up @@ -397,16 +397,16 @@
end end


it "更新対象があったら更新完了後イベントを発火する" do it "更新対象があったら更新完了後イベントを発火する" do
expect { @watcher.start }.should raise_error(NotImplementedError) @watcher.start
end end
it "削除対象があったら削除完了後イベントを発火する" do it "削除対象があったら削除完了後イベントを発火する" do
expect { @watcher.start }.should raise_error(NotImplementedError) @watcher.start
end end
it "更新対象がなかったらイベントは発火しない" do it "更新対象がなかったらイベントは発火しない" do
expect { @watcher.start }.should raise_error(NotImplementedError) @watcher.start
end end
it "登録対象があったら登録完了後イベントを発火する" do it "登録対象があったら登録完了後イベントを発火する" do
expect { @watcher.start }.should raise_error(NotImplementedError) @watcher.start
end end
end # end to ec2 end # end to ec2
end # end to :phyical_server_watch end # end to :phyical_server_watch
Expand Down Expand Up @@ -579,16 +579,16 @@
end end


it "更新対象があったら更新完了後イベントを発火する" do it "更新対象があったら更新完了後イベントを発火する" do
expect { @watcher.start }.should raise_error(NotImplementedError) @watcher.start
end end
it "削除対象があったら削除完了後イベントを発火する" do it "削除対象があったら削除完了後イベントを発火する" do
expect { @watcher.start }.should raise_error(NotImplementedError) @watcher.start
end end
it "更新対象がなかったらイベントは発火しない" do it "更新対象がなかったらイベントは発火しない" do
expect { @watcher.start }.should raise_error(NotImplementedError) @watcher.start
end end
it "登録対象があったら登録完了後イベントを発火する" do it "登録対象があったら登録完了後イベントを発火する" do
expect { @watcher.start }.should raise_error(NotImplementedError) @watcher.start
end end
end # end to ec2 end # end to ec2
end # end to :synchronize_virtual_servers end # end to :synchronize_virtual_servers
Expand Down Expand Up @@ -694,16 +694,16 @@
end end


it "更新対象があったら更新完了後イベントを発火する" do it "更新対象があったら更新完了後イベントを発火する" do
expect { @watcher.start }.should raise_error(NotImplementedError) @watcher.start
end end
it "削除対象があったら削除完了後イベントを発火する" do it "削除対象があったら削除完了後イベントを発火する" do
expect { @watcher.start }.should raise_error(NotImplementedError) @watcher.start
end end
it "更新対象がなかったらイベントは発火しない" do it "更新対象がなかったらイベントは発火しない" do
expect { @watcher.start }.should raise_error(NotImplementedError) @watcher.start
end end
it "登録対象があったら登録完了後イベントを発火する" do it "登録対象があったら登録完了後イベントを発火する" do
expect { @watcher.start }.should raise_error(NotImplementedError) @watcher.start
end end
end # end to ec2 end # end to ec2
end # end to :synchronize_virtual_server_images end # end to :synchronize_virtual_server_images
Expand Down

0 comments on commit 81a340a

Please sign in to comment.