test/include_pattern_test.rb in mofo-0.2.2 vs test/include_pattern_test.rb in mofo-0.2.3
- old
+ new
@@ -20,8 +20,8 @@
$horsed ||= HCard.find(:first => fixture(:include_pattern_single_attribute))
end
specify "should be referenceable by a microformat using the include pattern" do
$horsed.logo.should.not.be.nil
- $horsed.logo.should.equal Hpricot(open fixture(:include_pattern_single_attribute)).at("#logo").attributes['src']
+ $horsed.logo.should.equal Hpricot(open(fixture(:include_pattern_single_attribute))).at("#logo").attributes['src']
end
end