spec/controllers/inkling/proxying_spec.rb in inkling-0.0.9 vs spec/controllers/inkling/proxying_spec.rb in inkling-0.1.0

- old
+ new

@@ -1,9 +1,11 @@ -require File.dirname(__FILE__) + '/../../spec_helper' +#consider deleting proxying controller - role of inkling becoming obvious that is unnecessary -describe Inkling::ProxyingController do - - it "should assemble a resource route and proxy onto it" do - post 'proxy', {:content_type => "Inkling::Foo"} - response.redirect_url.should eql "http://test.host/inkling/content_types/foo/new" - end -end +# require File.dirname(__FILE__) + '/../../spec_helper' +# +# describe Inkling::ProxyingController do +# +# it "should assemble a resource route and proxy onto it" do +# post 'proxy', {:content_type => "Inkling::Foo"} +# response.redirect_url.should eql "http://test.host/inkling/content_types/foo/new" +# end +# end