Fixes that in the XmlPaylod rspec ".entity_class_name" was mistakenly

put inside the ".unpack" section
This commit is contained in:
cmrd Senya 2015-11-11 17:07:20 +03:00
parent 3e8b1fa7f2
commit 9fd2b048e6

View file

@ -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
@ -170,5 +171,4 @@ XML
end
end
end
end
end