summaryrefslogtreecommitdiffstats
path: root/spec/unit/network
diff options
context:
space:
mode:
authorRick Bradley <rick@rickbradley.com>2008-04-02 19:29:04 -0500
committerLuke Kanies <luke@madstop.com>2008-04-11 13:11:28 -0500
commit93bc1a946f2da6e7c78a38ff90dac8a20b1bcbc7 (patch)
treeaf2894a72c59138abdf5a53bcf5e9d7b33948b29 /spec/unit/network
parent99b295b8301d7a89c97ecdc1d636c2d2b7f1ae8e (diff)
adding REST save support, with integration tests. A handful of unit tests in that area now need to be updated.
Diffstat (limited to 'spec/unit/network')
-rw-r--r--spec/unit/network/server.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/unit/network/server.rb b/spec/unit/network/server.rb
index 2e02ffbc3..4e47c22fd 100644
--- a/spec/unit/network/server.rb
+++ b/spec/unit/network/server.rb
@@ -309,8 +309,6 @@ end
describe Class.new, "put these somewhere" do
- it "should allow indirections to deny access to services based upon which client is connecting, or whether the client is authorized"
- it "should deny access to clients based upon rules"
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)"