fix json in aspects controller spec

This commit is contained in:
Jonne Hass 2011-12-11 03:35:19 +01:00
parent 12d0eee7d9
commit afb5e5e7f0
2 changed files with 3 additions and 1 deletions

View file

@ -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)

View file

@ -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 => {}
)