Skip to content

Commit 5ba00d5

Browse files
committed
Debug
1 parent 95fcc75 commit 5ba00d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/debug.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
2+
require 'bundler/setup' ; Bundler.require :default, :development
13
require 'tiny_tds'
2-
# ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
3-
# require 'bundler/setup' ; Bundler.require :default, :development
44

55
c = TinyTds::Client.new(
66
host: ENV['CI_AZURE_HOST'],

0 commit comments

Comments
 (0)