From 73cd37f26bfeabc67d7624c1109c1eac786855a3 Mon Sep 17 00:00:00 2001 From: davidtsadler Date: Mon, 13 Feb 2012 13:00:41 +0000 Subject: Rakefile correctly specifies categories in markdown file for test posts. --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 814c8bc..912927e 100644 --- a/Rakefile +++ b/Rakefile @@ -48,7 +48,7 @@ namespace :test_posts do task :create => [:clean, :create_directory] do (1..@config['num_test_posts']).each do |day| date, title, category = TestPosts::Random.generate - save_post(date, title, "Testing", "A test post", category, true) + save_post(date, title, "Testing", "A test post", "[\"#{category}\"]", true) end end -- cgit v1.2.3-13-gbd6f