aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/test/cases/serialized_attribute_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/test/cases/serialized_attribute_test.rb b/activerecord/test/cases/serialized_attribute_test.rb
index edcca59ccc..5d341707eb 100644
--- a/activerecord/test/cases/serialized_attribute_test.rb
+++ b/activerecord/test/cases/serialized_attribute_test.rb
@@ -8,7 +8,7 @@ require "models/post"
require "bcrypt"
class SerializedAttributeTest < ActiveRecord::TestCase
- fixtures :posts
+ fixtures :topics, :posts
MyObject = Struct.new :attribute1, :attribute2