test/_lib.rb in mosql-0.3.1 vs test/_lib.rb in mosql-0.3.2

- old
+ new

@@ -3,9 +3,10 @@ require 'mocha' $:.unshift(File.expand_path(File.join(File.dirname(__FILE__), '../lib'))) require 'mosql' +require 'mocha/mini_test' module MoSQL class Test < ::MiniTest::Spec def setup # Put any stubs here that you want to apply globally