test/test_post.rb in jekyll-1.0.0.rc1 vs test/test_post.rb in jekyll-1.0.0

- old
+ new

@@ -69,11 +69,11 @@ file = "2008-12-03-permalinked-post.textile" @post.process(file) @post.read_yaml(@source, file) assert_equal "my_category/permalinked-post", @post.permalink - assert_equal "my_category", @post.dir - assert_equal "my_category/permalinked-post", @post.url + assert_equal "/my_category", @post.dir + assert_equal "/my_category/permalinked-post", @post.url end context "with CRLF linebreaks" do setup do @real_file = "2009-05-24-yaml-linebreak.markdown"