test/unit/test_envelope.rb in lolsoap-0.2.0 vs test/unit/test_envelope.rb in lolsoap-0.3.0

- old
+ new

@@ -104,19 +104,19 @@ operation.action = 'lol' subject.action.must_equal 'lol' end end - describe '#input_type' do + describe '#input' do it "returns the operation's input" do - subject.input_type.must_equal operation.input + subject.input.must_equal operation.input end end describe '#output' do it "returns the operation's output" do operation.output = 'lol' - subject.output_type.must_equal 'lol' + subject.output.must_equal 'lol' end end describe '#soap_namespace' do it 'returns the correct envelope namespace according to the SOAP version' do