Sha256: ad2a562a1cf65e5a0821dd0f788b1249750647dbe0c282615ac536a57fd62e71
Contents?: true
Size: 296 Bytes
Versions: 3
Compression:
Stored size: 296 Bytes
Contents
require 'minitest/autorun' require 'minitest/spec' require 'mocha' $:.unshift(File.expand_path(File.join(File.dirname(__FILE__), '../lib'))) require 'mosql' module MoSQL class Test < ::MiniTest::Spec def setup # Put any stubs here that you want to apply globally end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mosql-0.3.1 | test/_lib.rb |
mosql-0.3.0 | test/_lib.rb |
mosql-0.2.0 | test/_lib.rb |