Skip to content

Commit 5cca7f9

Browse files
Merge pull request rails#49161 from jonathanhefner/remove-unused-fixtures-in-connection_test
Remove unused fixtures in `*ConnectionTest`
2 parents 5bd10ff + fe87afe commit 5cca7f9

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

activerecord/test/cases/adapters/abstract_mysql_adapter/connection_test.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
class ConnectionTest < ActiveRecord::AbstractMysqlTestCase
77
include ConnectionHelper
88

9-
fixtures :comments
10-
119
def setup
1210
super
1311
@subscriber = SQLSubscriber.new

activerecord/test/cases/adapters/postgresql/connection_test.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ class PostgresqlConnectionTest < ActiveRecord::PostgreSQLTestCase
1010
class NonExistentTable < ActiveRecord::Base
1111
end
1212

13-
fixtures :comments
14-
1513
def setup
1614
super
1715
@subscriber = SQLSubscriber.new

0 commit comments

Comments
 (0)