require 'spec_helper' describe "Request" do it "should get soap_action" do pending end it "should get soap arguments" do pending end it "should build response" do pending end it "should validate input with WSDL" do pending end end