Merge pull request #12 from cmrd-senya/xml_payload_rspec_sections_mismatch

Fixes that in the XmlPaylod rspec ".entity_class_name" was mistakenly put inside the ".unpack" section
This commit is contained in:
Benjamin Neff 2015-11-11 15:14:04 +01:00
commit 03f10b6a03

View file

@ -141,6 +141,7 @@ XML
expect(entity.asdf).to eq("QWERT") expect(entity.asdf).to eq("QWERT")
end end
end end
end
describe ".entity_class_name" do describe ".entity_class_name" do
it "should parse a single word" do it "should parse a single word" do
@ -170,5 +171,4 @@ XML
end end
end end
end end
end
end end