Fixes that in the XmlPaylod rspec ".entity_class_name" was mistakenly
put inside the ".unpack" section
This commit is contained in:
parent
3e8b1fa7f2
commit
9fd2b048e6
1 changed files with 22 additions and 22 deletions
|
|
@ -141,6 +141,7 @@ XML
|
|||
expect(entity.asdf).to eq("QWERT")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
describe ".entity_class_name" do
|
||||
it "should parse a single word" do
|
||||
|
|
@ -171,4 +172,3 @@ XML
|
|||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue