diff options
Diffstat (limited to 'activerecord/test/fixtures')
-rw-r--r-- | activerecord/test/fixtures/books.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/test/fixtures/books.yml b/activerecord/test/fixtures/books.yml index 1f75e3fb52..a304fba399 100644 --- a/activerecord/test/fixtures/books.yml +++ b/activerecord/test/fixtures/books.yml @@ -28,4 +28,4 @@ ddd: tlg: author_id: 1 id: 4 - name: "Thoughleadering" + name: "Thoughtleadering" |