Sha256: aa8fde1732d31a2d36b0abe68b8319278e8c355f5c71bacc607318b0b996b532

Contents?: true

Size: 442 Bytes

Versions: 1

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

1 entries across 1 versions & 1 rubygems

Version Path
cloudwow-not_relational-0.1.0 test/unit_tests/repository_factory_test.rb