wasabi 3.3.1 → 3.4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,17 +0,0 @@
1
- require 'spec_helper'
2
-
3
- describe Wasabi::Parser do
4
- context 'with: savon562.wsdl' do
5
- subject do
6
- parser = Wasabi::Parser.new Nokogiri::XML(xml)
7
- parser.parse
8
- parser
9
- end
10
-
11
- let(:xml) { fixture(:savon562).read }
12
-
13
- it 'parses the operations' do
14
- subject.operations[:write_case_eform_data][:input].should == 'writeCaseEformData'
15
- end
16
- end
17
- end