Skip to content
Snippets Groups Projects
Commit c538c5c1 authored by Alex Reisner's avatar Alex Reisner
Browse files

Remove "Tests" section (no longer relevant).

parent 5eaa2cad
No related branches found
No related tags found
No related merge requests found
......@@ -1189,14 +1189,6 @@ There are few options for finding objects near a given point in SQLite without i
Because Geocoder needs to provide this functionality as a scope, we must go with option #1, but feel free to implement #2 or #3 if you need more accuracy.
Tests
-----
Geocoder comes with a test suite (just run `rake test`) that mocks ActiveRecord and is focused on testing the aspects of Geocoder that do not involve executing database queries. Geocoder uses many database engine-specific queries which must be tested against all supported databases (SQLite, MySQL, etc). Ideally this involves creating a full, working Rails application, and that seems beyond the scope of the included test suite. As such, I have created a separate repository which includes a full-blown Rails application and some utilities for easily running tests against multiple environments:
http://github.com/alexreisner/geocoder_test
Error Handling
--------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment