Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed Feb 7, 2016
1 parent e619b51 commit 55db853
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion test/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ default_connection_info: &default_connection_info
username: <%= ENV['ACTIVERECORD_UNITTEST_USER'] || 'rails' %>
password: <%= ENV['ACTIVERECORD_UNITTEST_PASS'] || '' %>
collation: <%= ENV['ACTIVERECORD_UNITTEST_COLLATION'] || nil %>
login_timeout: 20
encoding: utf8

connections:
Expand Down
3 changes: 1 addition & 2 deletions test/debug.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'rails/all'
# require 'rails/all'
require 'tiny_tds'

c = TinyTds::Client.new(
Expand All @@ -7,7 +7,6 @@
password: ENV['CI_AZURE_PASS'],
database: 'activerecord_unittest',
azure: true,
login_timeout: 20,
tds_version: '7.3'
)

Expand Down

0 comments on commit 55db853

Please sign in to comment.