spec/integration/xpathy_stuff_spec.rb in om-3.0.6 vs spec/integration/xpathy_stuff_spec.rb in om-3.0.7
- old
+ new
@@ -118,16 +118,16 @@
</mods>
EOF
end
it "should have the terms :author_given and :author_family to get the author name" do
- pending "This doesn't seem to work?"
+ skip "This doesn't seem to work?"
subject.author_given.should include("Mary")
subject.author_family.should include("Pickral")
end
it "should have the terms :advisor_given and :advisor_family to get the advisor name" do
- pending "This doesn't seem to work?"
+ skip "This doesn't seem to work?"
subject.advisor_given.should include("David")
subject.advisor_family.should include("Small")
end
end