Sha256: 4bb9b863a8d6826a254aef96554b3589182feeb1b71ff7e8600c3aa4b64a33b1
Contents?: true
Size: 442 Bytes
Versions: 8
Compression:
Stored size: 442 Bytes
Contents
# To change this template, choose Tools | Templates # and open the template in the editor. $:.unshift File.join(File.dirname(__FILE__),'..','lib') require 'test/unit' require File.dirname(__FILE__) +'/../../lib/not_relational/repository_factory.rb' ENV['NOT_RELATIONAL_ENV']='testing' class RepositoryFactoryTest < Test::Unit::TestCase def test_foo found=NotRelational::RepositoryFactory.instance assert_not_nil found end end
Version data entries
8 entries across 8 versions & 1 rubygems