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 95fcc75 commit 5ba00d5Copy full SHA for 5ba00d5
test/debug.rb
@@ -1,6 +1,6 @@
1
+ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
2
+require 'bundler/setup' ; Bundler.require :default, :development
3
require 'tiny_tds'
-# ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
-# require 'bundler/setup' ; Bundler.require :default, :development
4
5
c = TinyTds::Client.new(
6
host: ENV['CI_AZURE_HOST'],
0 commit comments