tests/staticpress/content/post_test.rb in staticpress-0.5.2 vs tests/staticpress/content/post_test.rb in staticpress-0.6.0

- old
+ new

@@ -1,9 +1,6 @@ require_relative '../../test_case' -require 'staticpress/content/post' -require 'staticpress/helpers' - class ContentPostTest < TestCase include Staticpress::Helpers let(:post_dir) { Staticpress.blog_path + config.posts_source_path }