Load Spatial Data into PG
psql -d victory_test -f /usr/local/Cellar/postgis/2.2.2/share/postgis/spatial_ref_sys.sql
DatabaseCleaner.strategy = :truncation, { except: %w(spatial_ref_sys) }
DatabaseCleaner.clean_with :truncation, { except: %w(spatial_ref_sys) }