diff options
| author | Luke Kanies <luke@madstop.com> | 2009-05-02 20:08:43 +0200 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2009-05-03 17:37:02 +0200 |
| commit | c016062706d541a6255303db0624c8d96d31cfd6 (patch) | |
| tree | f9c808a1adb90c40b6185acb388a74200daa96c8 /spec/unit/network | |
| parent | 1a2e1bcdd31e00a925e1e55693e9dbe241289950 (diff) | |
| download | puppet-c016062706d541a6255303db0624c8d96d31cfd6.tar.gz puppet-c016062706d541a6255303db0624c8d96d31cfd6.tar.xz puppet-c016062706d541a6255303db0624c8d96d31cfd6.zip | |
Removing unneeded test stubs
Signed-off-by: Luke Kanies <luke@madstop.com>
Diffstat (limited to 'spec/unit/network')
| -rwxr-xr-x | 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 cc4083e40..081848d85 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 |
