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.
1 parent b85b36f commit ea2e0a2Copy full SHA for ea2e0a2
test/debug.rb
@@ -1,9 +1,8 @@
1
+require 'tiny_tds'
2
+sleep 5
3
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
4
require 'bundler/setup' ; Bundler.require :default, :development
5
-sleep 5
-require 'tiny_tds'
6
-
7
c = TinyTds::Client.new(
8
host: ENV['CI_AZURE_HOST'],
9
username: 'rails',
0 commit comments