diff --git a/Gemfile.lock b/Gemfile.lock
index 1b60f21dd208f0213d2018aa0d2c2d9e9f920308..9b37172b506aaf47064579efb9ae3fed8a8524f8 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -307,6 +307,7 @@ GEM
     parallel (0.5.11)
     parallel_tests (0.6.11)
       parallel
+    pg (0.11.0)
     polyglot (0.3.3)
     rack (1.2.4)
     rack-mobile-detect (0.3.0)
@@ -490,6 +491,7 @@ DEPENDENCIES
   omniauth-tumblr
   omniauth-twitter
   parallel_tests
+  pg
   rails (= 3.0.11)
   rails-i18n
   redcarpet (= 2.0.0)
diff --git a/spec/controllers/aspects_controller_spec.rb b/spec/controllers/aspects_controller_spec.rb
index 225f5cd446804d3e6bad6fdf54810c6f628e3169..c8258f05c8a733311180456712e92658beb7a63f 100644
--- a/spec/controllers/aspects_controller_spec.rb
+++ b/spec/controllers/aspects_controller_spec.rb
@@ -137,7 +137,7 @@ describe AspectsController do
           :headers => {'Accept'=>'*/*'}
         ).to_return(
           :status  => 200,
-          :body    => "{ title: 'LazyTown song - Cooking By The Book' }",
+          :body    => '{ "title": "LazyTown song - Cooking By The Boo" }',
           :headers => {}
         )