aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/naked/yml/courses_with_invalid_key.yml
Commit message (Collapse)AuthorAgeFilesLines
* Throw friendly error message when fixture is not a hashKir Shatrov2016-12-151-0/+3
Right now, when fixture is not a Hash we throw an error message saying "fixture is not a hash". This is not very user friendly because it's not saying which fixture is invalid.