Sha256: 1b2b4ade7f81061e9f615c2a385f2b6eb082de03ced1275b1ab093d4ef8131db
Contents?: true
Size: 344 Bytes
Versions: 2
Compression:
Stored size: 344 Bytes
Contents
require "spec_helper" describe Wasabi::Parser do context "with: symbolic_endpoint.xml" do subject do parser = Wasabi::Parser.new Nokogiri::XML(xml) parser.parse parser end let(:xml) { fixture(:symbolic_endpoint) } it "allows symbolic endpoints" do subject.endpoint.should be_nil end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wasabi-2.1.1 | spec/wasabi/parser/symbolic_endpoint_spec.rb |
wasabi-2.1.0 | spec/wasabi/parser/symbolic_endpoint_spec.rb |