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

Merge pull request #781 from wfleming/fix-test-suite

Explicitly Load Railtie in Test Env
parents 2de7b4c7 18a30f20
No related branches found
No related tags found
No related merge requests found
...@@ -67,6 +67,9 @@ end ...@@ -67,6 +67,9 @@ end
require 'geocoder' require 'geocoder'
require "geocoder/lookups/base" require "geocoder/lookups/base"
# and initialize Railtie manually (since Rails::Railtie doesn't exist)
Geocoder::Railtie.insert
## ##
# Mock HTTP request to geocoding service. # Mock HTTP request to geocoding service.
# #
......
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