Skip to content
Extraits de code Groupes Projets
Valider afb5e5e7 rédigé par Jonne Hass's avatar Jonne Hass
Parcourir les fichiers

fix json in aspects controller spec

parent 12d0eee7
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -307,6 +307,7 @@ GEM ...@@ -307,6 +307,7 @@ GEM
parallel (0.5.11) parallel (0.5.11)
parallel_tests (0.6.11) parallel_tests (0.6.11)
parallel parallel
pg (0.11.0)
polyglot (0.3.3) polyglot (0.3.3)
rack (1.2.4) rack (1.2.4)
rack-mobile-detect (0.3.0) rack-mobile-detect (0.3.0)
...@@ -490,6 +491,7 @@ DEPENDENCIES ...@@ -490,6 +491,7 @@ DEPENDENCIES
omniauth-tumblr omniauth-tumblr
omniauth-twitter omniauth-twitter
parallel_tests parallel_tests
pg
rails (= 3.0.11) rails (= 3.0.11)
rails-i18n rails-i18n
redcarpet (= 2.0.0) redcarpet (= 2.0.0)
......
...@@ -137,7 +137,7 @@ describe AspectsController do ...@@ -137,7 +137,7 @@ describe AspectsController do
:headers => {'Accept'=>'*/*'} :headers => {'Accept'=>'*/*'}
).to_return( ).to_return(
:status => 200, :status => 200,
:body => "{ title: 'LazyTown song - Cooking By The Book' }", :body => '{ "title": "LazyTown song - Cooking By The Boo" }',
:headers => {} :headers => {}
) )
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter