diff options
| author | Miklos Fazekas <mfazekas@szemafor.com> | 2016-11-25 13:17:16 +0100 |
|---|---|---|
| committer | Miklos Fazekas <mfazekas@szemafor.com> | 2016-11-25 13:46:53 +0100 |
| commit | 4dcdf3d98a7a5229ec856f7603ba6ac4e3e0366f (patch) | |
| tree | d9142562ebaa90ccef2b0085b22f02e7006d4d2e /test/integration | |
| parent | 2e02e8b99432a5369df6dee63c9abf17c3075af2 (diff) | |
| download | net-ssh-4dcdf3d98a7a5229ec856f7603ba6ac4e3e0366f.tar.gz | |
Codecov should be before minitest/autorun
Diffstat (limited to 'test/integration')
| -rw-r--r-- | test/integration/common.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/integration/common.rb b/test/integration/common.rb index aceb2f4..e5be62d 100644 --- a/test/integration/common.rb +++ b/test/integration/common.rb @@ -1,6 +1,5 @@ $LOAD_PATH.unshift "#{File.dirname(__FILE__)}/../../lib" -require 'minitest/autorun' require 'mocha/setup' require 'pty' require 'expect' @@ -62,4 +61,4 @@ module IntegrationTestHelpers raise "Command: #{command} failed:#{status.exitstatus}" unless status status.exitstatus end -end
\ No newline at end of file +end |
