mirror of
https://github.com/dkam/suo.git
synced 2025-01-29 07:42:43 +00:00
first commit
This commit is contained in:
9
test/test_helper.rb
Normal file
9
test/test_helper.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
$LOAD_PATH.unshift File.expand_path("../../lib", __FILE__)
|
||||
|
||||
require "suo"
|
||||
require "thread"
|
||||
require "minitest/autorun"
|
||||
require "minitest/benchmark"
|
||||
|
||||
ENV["SUO_TEST"] = "true"
|
||||
|
||||
Reference in New Issue
Block a user