Skip to content

Commit c95ffc4

Browse files
author
Anna
committed
added "turn" gem for better test output
1 parent 8fadc7a commit c95ffc4

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ group :odbc do
4040
end
4141

4242
group :development do
43+
gem "turn"
4344
gem 'bcrypt-ruby', '~> 3.0.0'
4445
gem 'bench_press'
4546
gem 'mocha'

test/cases/sqlserver_helper.rb

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
begin
2+
require 'turn'
3+
4+
Turn.config do |c|
5+
c.format = :pretty
6+
c.trace = 1
7+
# c.natural = true
8+
end
9+
rescue LoadError
10+
end
111

212
SQLSERVER_TEST_ROOT = File.expand_path(File.join(File.dirname(__FILE__),'..'))
313
SQLSERVER_ASSETS_ROOT = File.expand_path(File.join(SQLSERVER_TEST_ROOT,'assets'))

0 commit comments

Comments
 (0)