spec/site_spec.rb in hx-0.7.4 vs spec/site_spec.rb in hx-0.8.2

- old
+ new

@@ -58,8 +58,8 @@ yaml_config = YAML.dump({}) @site = Hx::Site.load(yaml_config, __FILE__) end it "returns itself from each_entry" do - @site.each_entry {}.should == @site + @site.each_entry(Hx::Path::ALL) {}.should == @site end end