Sha256: 4936cbde759127601f1e72c7346e7f167f000540d1bd8ad1f39b0aee3cf3aa4b
Contents?: true
Size: 667 Bytes
Versions: 10
Compression:
Stored size: 667 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.) Sequel ------ Note that the Sequel ORM adapter does **not** require a database -- we currently use an in-memory sqlite database instead.
Version data entries
10 entries across 10 versions & 1 rubygems