Skip to content

Commit ea2e0a2

Browse files
committed
Debug
1 parent b85b36f commit ea2e0a2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/debug.rb

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

4-
sleep 5
5-
require 'tiny_tds'
6-
76
c = TinyTds::Client.new(
87
host: ENV['CI_AZURE_HOST'],
98
username: 'rails',

0 commit comments

Comments
 (0)