Skip to content

Commit fe87afe

Browse files
Remove unused fixtures in *ConnectionTest
These fixtures were added in 9a4e183 to test the behavior of `connection.truncate`, but then the relevant tests were extracted to `AdapterTestWithoutTransaction` in fdac932.
1 parent 43617c4 commit fe87afe

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)