Skip to content

Commit

Permalink
Rename adapter_short to adapter_name
Browse files Browse the repository at this point in the history
  • Loading branch information
yahonda committed Sep 20, 2021
1 parent c344d61 commit 6d10aaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions activerecord/test/support/tools.rb
Expand Up @@ -15,14 +15,14 @@
private
def list_tests(argv)
tests = super
tests.concat FileList["test/cases/adapters/#{adapter_short}/**/*_test.rb"]
tests.concat FileList["test/cases/adapters/#{adapter_name}/**/*_test.rb"]
end

def default_test_exclude_glob
ENV["DEFAULT_TEST_EXCLUDE"] || "test/cases/adapters/*/*_test.rb"
end

def adapter_short
def adapter_name
ENV["ARCONN"] || "sqlite3"
end
}
Expand Down

0 comments on commit 6d10aaf

Please sign in to comment.