updating tests

This commit is contained in:
João Moura
2015-07-10 12:02:24 -03:00
committed by João M. D. Moura
parent 418721302b
commit 9817a5b595
6 changed files with 7 additions and 8 deletions

View File

@@ -38,7 +38,7 @@ module ActiveModel
tags: [
{"attributes"=>{"id"=>1, "name"=>"#hash_tag"}}
]
}.to_json, adapter.serializable_hash[:post_with_tags].to_json)
}.to_json, adapter.serializable_hash[:post].to_json)
end
end
end