Sha256: 6a213850f69391f8f9a32c336bdca4932b04ca72a7b31643aedb91e8b24532ae

Contents?: true

Size: 351 Bytes

Versions: 3

Compression:

Stored size: 351 Bytes

Contents

module TestConfig

  # The path to the library

  LIB_PATH = "../lib/sqlpostgres"

  # The name of the database to use for testing.

  TEST_DB_NAME = "sqlpostgres_test"

  # The prefix for temporary database objects.

  TEST_DB_PREFIX = "SQLPOSTGRES_TEST_"

end

# Local Variables:
# tab-width: 2
# ruby-indent-level: 2
# indent-tabs-mode: nil
# End:

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sqlpostgres-1.2.6 test/TestConfig.rb
sqlpostgres-1.2.5 test/TestConfig.rb
sqlpostgres-1.2.4 test/TestConfig.rb