Sha256: 12f0393b8d38e1359ebd7bf4ca27f5124b555b338d8cff97cdd51ed4f14d7a72

Contents?: true

Size: 529 Bytes

Versions: 13

Compression:

Stored size: 529 Bytes

Contents

Some Notes On Testing
=====================

Some of the interface tests require an actual database to run.  

If you want to run the whole test suite you will have to configure
spec/fixtures/database.yaml so that you can connect to both an SQL Server
database and a Postgres database.  

In each case the database name you need to use is hardcoded: pod4_test. (Pod4
assumes that the schema names can be hardcoded, and since we create and wipe
tables in these tests, you should really have a seperate database for them
anyway.)

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
pod4-1.0.1 spec/README.md
pod4-1.0.0 spec/README.md
pod4-0.10.6 spec/README.md
pod4-0.10.5 spec/README.md
pod4-0.10.4 spec/README.md
pod4-0.10.3 spec/README.md
pod4-0.10.2 spec/README.md
pod4-0.10.1 spec/README.md
pod4-0.10.0 spec/README.md
pod4-0.9.3 spec/README.md
pod4-0.9.2 spec/README.md
pod4-0.9.1 spec/README.md
pod4-0.9.0 spec/README.md