learn-co-curriculum / diy-json-serializer-lab

Other
0 stars 4 forks source link

Tests for this lab/code along does not match the lab #11

Open emikojima opened 6 years ago

emikojima commented 6 years ago

The test for this lab seem like they are from another lab (this one? https://learn.co/tracks/full-stack-web-development-v6/rails-and-javascript/building-apis/returning-string-data).

eg: The tests do not align with what we are doing in this lab and have tests (eg/create a form) that is not in the code along.

The test creates a post with an attribute of name but the schema shows that posts do not have an attribute of name.