@@ -23,8 +23,6 @@ def self.search(term)
2323require 'models/author'
2424class YamlSerializationTest < ActiveRecord ::TestCase
2525
26- fixtures :authors
27-
2826 coerce_tests! :test_types_of_virtual_columns_are_not_changed_on_round_trip
2927 def test_types_of_virtual_columns_are_not_changed_on_round_trip_coerced
3028 author = Author . select ( 'authors.*, 5 as posts_count' ) . first
@@ -72,8 +70,6 @@ def test_not_eq_with_array_parameter_coerced
7270require 'models/company'
7371class InheritanceTest < ActiveRecord ::TestCase
7472
75- fixtures :companies , :projects , :subscribers , :accounts , :vegetables
76-
7773 coerce_tests! :test_eager_load_belongs_to_primary_key_quoting
7874 def test_eager_load_belongs_to_primary_key_quoting_coerced
7975 con = Account . connection
@@ -90,8 +86,6 @@ def test_eager_load_belongs_to_primary_key_quoting_coerced
9086require 'models/computer'
9187class NestedRelationScopingTest < ActiveRecord ::TestCase
9288
93- fixtures :authors , :developers , :projects , :comments , :posts
94-
9589 coerce_tests! :test_merge_options
9690 def test_merge_options_coerced
9791 Developer . where ( 'salary = 80000' ) . scoping do
@@ -112,8 +106,6 @@ def test_merge_options_coerced
112106require 'models/subscriber'
113107class EachTest < ActiveRecord ::TestCase
114108
115- fixtures :posts , :subscribers
116-
117109 coerce_tests! :test_find_in_batches_should_quote_batch_order
118110 def test_find_in_batches_should_quote_batch_order_coerced
119111 c = Post . connection
0 commit comments