Skip to content

Commit

Permalink
Improve test helper
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanahman committed Mar 2, 2020
1 parent 6a7eaf1 commit fc826b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ language: ruby
cache: bundler
rvm:
- 2.7.0
before_install: gem install bundler -v 1.17.3
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
Expand Down
7 changes: 4 additions & 3 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# frozen_string_literal: true

require 'bundler/setup'

require 'simplecov'
require 'minitest/autorun'

SimpleCov.start

$LOAD_PATH.unshift File.expand_path('../lib', __dir__)
require 'nssql'

require 'minitest/autorun'

0 comments on commit fc826b7

Please sign in to comment.