We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77c1bb0 + f64dcf5 commit b580534Copy full SHA for b580534
Rakefile
@@ -11,6 +11,8 @@ def test_libs(mode='dblib')
11
end
12
13
def test_files
14
+ return Dir.glob(ENV['TEST_FILES']).sort if ENV['TEST_FILES']
15
+
16
files = Dir.glob("test/cases/**/*_test_sqlserver.rb").sort
17
ar_path = Gem.loaded_specs['activerecord'].full_gem_path
18
ar_cases = Dir.glob("#{ar_path}/test/cases/**/*_test.rb")
0 commit comments