summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
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