summaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorRick Bradley <rick@rickbradley.com>2008-04-01 23:39:59 -0500
committerLuke Kanies <luke@madstop.com>2008-04-11 13:10:37 -0500
commita7f2dd464b46bfd55470a6bf679235552d200216 (patch)
tree0c6f3da5a266c071b21ebe5955b917d62449c33f /spec
parentcebb677008143894b9ebfb9b93755fc394b8bef7 (diff)
downloadpuppet-a7f2dd464b46bfd55470a6bf679235552d200216.tar.gz
puppet-a7f2dd464b46bfd55470a6bf679235552d200216.tar.xz
puppet-a7f2dd464b46bfd55470a6bf679235552d200216.zip
placeholders for integration specs on final REST methods
Diffstat (limited to 'spec')
-rw-r--r--spec/integration/indirector/rest.rb24
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