Sha256: 42ce934c7e80259982c650e743a1e23008eb020c83219c2644ade1b5b2a51277

Contents?: true

Size: 389 Bytes

Versions: 9

Compression:

Stored size: 389 Bytes

Contents

= Running Tests

You will need to set up empty databases for each adapter you want to test.

== PostgreSQL

Create an empty database "spatial_adapter" and ensure that the PostGIS extensions are loaded.  

run "rake spec:postgis" to run the specs

== MySQL

Create an empty database "spatial_adapter" - the spatial extensions are already available.

run "rake spec:mysql" to run the specs

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
spatial_adapter-1.1.2 spec/README.txt
spatial_adapter-1.1.1 spec/README.txt
spatial_adapter-1.1.0 spec/README.txt
achirkunov-spatial_adapter-1.0.0 spec/README.txt
spatial_adapter-1.0.0 spec/README.txt
spatial_adapter-0.3.1 spec/README.txt
spatial_adapter-0.3.0 spec/README.txt
spatial_adapter-0.2.1 spec/README.txt
spatial_adapter-0.2.0 spec/README.txt