Signed-off-by: Luke Kanies <[email protected]>
---
spec/unit/network/server.rb | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/spec/unit/network/server.rb b/spec/unit/network/server.rb
index cc4083e..081848d 100755
--- a/spec/unit/network/server.rb
+++ b/spec/unit/network/server.rb
@@ -531,12 +531,4 @@ describe Puppet::Network::Server do
lambda { @server.unregister(:foo) }.should
raise_error(RuntimeError)
end
end
-
-
- describe Class.new, "put these somewhere" do
- it "should have the ability to use a class-level from_ hook
(from_yaml, from_text, etc.) that can be called, based on content-type header,
to allow for different deserializations of an object"
- it "should allow from_* on the inbound :data packet (look at its
content_type) when doing a PUT/.new.save"
- it "should prepend a rest version number on the path (w00t)"
- it "should ... on server side, .save should from_yaml, then
foo.save(args) instead of just Foo.new.save(args)"
- end
end
--
1.6.1
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Puppet Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/puppet-dev?hl=en
-~----------~----~----~----~------~----~------~--~---