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:
commit
03f10b6a03
1 changed files with 22 additions and 22 deletions
|
|
@ -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
|
||||||
|
|
@ -171,4 +172,3 @@ XML
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue