diff options
| -rw-r--r-- | spec/integration/indirector/rest.rb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/spec/integration/indirector/rest.rb b/spec/integration/indirector/rest.rb index 1025a7f1a..f8084e39a 100644 --- a/spec/integration/indirector/rest.rb +++ b/spec/integration/indirector/rest.rb @@ -86,6 +86,18 @@ describe Puppet::Indirector::REST do end end + describe "when saving a model instance over REST" do + it "needs more specs" + end + + describe "when searching for model instances over REST" do + it "needs more specs" + end + + describe "when destroying a model instance over REST" do + it "needs more specs" + end + after :each do @server.unlisten end @@ -154,6 +166,18 @@ describe Puppet::Indirector::REST do end end + describe "when saving a model instance over REST" do + it "needs more specs" + end + + describe "when searching for model instances over REST" do + it "needs more specs" + end + + describe "when destroying a model instance over REST" do + it "needs more specs" + end + after :each do @server.unlisten end |
