mirror of
https://github.com/dkam/suo.git
synced 2025-01-29 07:42:43 +00:00
14 lines
283 B
Ruby
14 lines
283 B
Ruby
$LOAD_PATH.unshift File.expand_path("../../lib", __FILE__)
|
|
|
|
if ENV["CODECLIMATE_REPO_TOKEN"]
|
|
require "codeclimate-test-reporter"
|
|
CodeClimate::TestReporter.start
|
|
end
|
|
|
|
require "suo"
|
|
require "thread"
|
|
require "minitest/autorun"
|
|
require "minitest/benchmark"
|
|
|
|
ENV["SUO_TEST"] = "true"
|