diff --git a/test/system/post_test.rb b/test/system/post_test.rb
index b5a0a1e9ce154041212f19bccaaf734876b3854a..d99cd266cab58145a3a2c59942ef050ee184fa33 100644
--- a/test/system/post_test.rb
+++ b/test/system/post_test.rb
@@ -18,7 +18,7 @@ class PostTest < ApplicationSystemTestCase
     visit category_path(category)
     click_on 'Create Post'
 
-    body_text = "When running QPixel, users are generally supposed to be able to create posts. " \
+    body_text = 'When running QPixel, users are generally supposed to be able to create posts. ' \
                 'Does that actually work?'
     title_text = 'Can a signed-in user create a post?'