Skip to content

Commit cb585ec

Browse files
author
Anna
committed
readded turn
1 parent 0e8ff0e commit cb585ec

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,6 @@ group :development do
4646
gem 'rake', '~> 0.9.2'
4747
gem 'ruby-prof'
4848
gem 'simplecov'
49+
gem 'turn'
4950
end
5051

test/cases/sqlserver_helper.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@
1313
Bundler.setup
1414
require 'simplecov'
1515
SimpleCov.start
16+
require 'turn'
17+
Turn.config do |c|
18+
c.format = :dot
19+
#c.trace = 10
20+
# c.natural = true
21+
c.verbose = true
22+
end
1623

1724
require 'mocha/api'
1825
require 'active_support/dependencies'

0 commit comments

Comments
 (0)