Skip to content

Commit cfcefde

Browse files
committed
[Appveyor] public
1 parent e446f1a commit cfcefde

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/cases/helper_sqlserver.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ def sqlserver_azure? ; ActiveRecord::Base.connection.sqlserver_azure? ; end
2323
def host_windows? ; RbConfig::CONFIG['host_os'] =~ /mswin|mingw/ ; end
2424
end
2525

26-
27-
private
28-
2926
def connection_mode_dblib? ; self.class.connection_mode_dblib? ; end
3027
def connection_mode_odbc? ; self.class.connection_mode_odbc? ; end
3128
def sqlserver_azure? ; self.class.sqlserver_azure? ; end

0 commit comments

Comments
 (0)