Skip to content

Commit

Permalink
Remove unused fixtures in *ConnectionTest
Browse files Browse the repository at this point in the history
These fixtures were added in 9a4e183 to
test the behavior of `connection.truncate`, but then the relevant tests
were extracted to `AdapterTestWithoutTransaction` in
fdac932.
  • Loading branch information
jonathanhefner committed Sep 5, 2023
1 parent 43617c4 commit fe87afe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Expand Up @@ -6,8 +6,6 @@
class ConnectionTest < ActiveRecord::AbstractMysqlTestCase
include ConnectionHelper

fixtures :comments

def setup
super
@subscriber = SQLSubscriber.new
Expand Down
Expand Up @@ -10,8 +10,6 @@ class PostgresqlConnectionTest < ActiveRecord::PostgreSQLTestCase
class NonExistentTable < ActiveRecord::Base
end

fixtures :comments

def setup
super
@subscriber = SQLSubscriber.new
Expand Down

0 comments on commit fe87afe

Please sign in to comment.