summaryrefslogtreecommitdiffstats
path: root/spec/unit/network/rest_controller.rb
blob: 86bdd8b585141a5d2384fded205e0f70abdae9ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env ruby
#
#  Created by Rick Bradley on 2007-10-03.
#  Copyright (c) 2007. All rights reserved.

require File.dirname(__FILE__) + '/../../spec_helper'

require 'puppet/network/rest_controller'

describe Puppet::Network::RESTController, "in general" do
  it "should take arguments from server, call the appropriate method with correct arguments (parameter passing)"
  it "should serialize result data when methods are handled"
  it "should serialize an error condition when indirection method call generates an exception"
end