Improve test coverage

This commit is contained in:
Benjamin Fleischer
2017-06-28 22:27:08 -05:00
parent 57052d646d
commit e5cbe799f1
6 changed files with 90 additions and 7 deletions

View File

@@ -52,7 +52,7 @@ end
class ParentModel < PlainModel
attributes :id, :name, :description
associations :child_models
associations :child_models, :child_model
end
class ChildModel < PlainModel
attributes :id, :name