I have a pull request in a forked repo that I would like to open on this repo, however I'm not able to get the unit tests for this gem to run on my Mac, so I can't verify that the tests I've written pass or not.
I am using Ruby 2.3.4. I ran bundle install to install the gem's dependencies, and everything appears to have installed correctly. The output from trying to run the tests using MySQL is listed below:
> COVERAGE=off rake test_mysql
/Users/developer/.rvm/rubies/ruby-2.3.4/bin/ruby -w -I"lib:test" -I"/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/rake-12.3.0/lib" "/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/rake-12.3.0/lib/rake/rake_test_loader.rb" "test/acts_as_mappable_test.rb"
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/time/calculations.rb:212: warning: method redefined; discarding old +
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/time/calculations.rb:222: warning: method redefined; discarding old -
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/time/calculations.rb:232: warning: method redefined; discarding old -
/Users/developer/development/sentera/geokit-rails/lib/geokit-rails/acts_as_mappable.rb:33: warning: `*' interpreted as argument prefix
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:60: warning: method redefined; discarding old through
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:60: warning: previous definition of through was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:67: warning: method redefined; discarding old through
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:67: warning: previous definition of through was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:126: warning: method redefined; discarding old through=
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:126: warning: previous definition of through= was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:133: warning: method redefined; discarding old through=
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:133: warning: previous definition of through= was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:60: warning: method redefined; discarding old distance_column_name
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:60: warning: previous definition of distance_column_name was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:67: warning: method redefined; discarding old distance_column_name
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:67: warning: previous definition of distance_column_name was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:60: warning: method redefined; discarding old default_units
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:60: warning: previous definition of default_units was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:67: warning: method redefined; discarding old default_units
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:67: warning: previous definition of default_units was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:60: warning: method redefined; discarding old default_formula
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:60: warning: previous definition of default_formula was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:67: warning: method redefined; discarding old default_formula
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:67: warning: previous definition of default_formula was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:60: warning: method redefined; discarding old lat_column_name
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:60: warning: previous definition of lat_column_name was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:67: warning: method redefined; discarding old lat_column_name
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:67: warning: previous definition of lat_column_name was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:60: warning: method redefined; discarding old lng_column_name
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:60: warning: previous definition of lng_column_name was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:67: warning: method redefined; discarding old lng_column_name
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:67: warning: previous definition of lng_column_name was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:60: warning: method redefined; discarding old qualified_lat_column_name
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:60: warning: previous definition of qualified_lat_column_name was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:67: warning: method redefined; discarding old qualified_lat_column_name
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:67: warning: previous definition of qualified_lat_column_name was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:60: warning: method redefined; discarding old qualified_lng_column_name
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:60: warning: previous definition of qualified_lng_column_name was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:67: warning: method redefined; discarding old qualified_lng_column_name
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:67: warning: previous definition of qualified_lng_column_name was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:60: warning: method redefined; discarding old skip_loading
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:60: warning: previous definition of skip_loading was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:67: warning: method redefined; discarding old skip_loading
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:67: warning: previous definition of skip_loading was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:126: warning: method redefined; discarding old distance_column_name=
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:126: warning: previous definition of distance_column_name= was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:133: warning: method redefined; discarding old distance_column_name=
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:133: warning: previous definition of distance_column_name= was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:126: warning: method redefined; discarding old default_units=
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:126: warning: previous definition of default_units= was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:133: warning: method redefined; discarding old default_units=
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:133: warning: previous definition of default_units= was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:126: warning: method redefined; discarding old default_formula=
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:126: warning: previous definition of default_formula= was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:133: warning: method redefined; discarding old default_formula=
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:133: warning: previous definition of default_formula= was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:126: warning: method redefined; discarding old lat_column_name=
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:126: warning: previous definition of lat_column_name= was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:133: warning: method redefined; discarding old lat_column_name=
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:133: warning: previous definition of lat_column_name= was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:126: warning: method redefined; discarding old lng_column_name=
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:126: warning: previous definition of lng_column_name= was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:133: warning: method redefined; discarding old lng_column_name=
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:133: warning: previous definition of lng_column_name= was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:126: warning: method redefined; discarding old qualified_lat_column_name=
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:126: warning: previous definition of qualified_lat_column_name= was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:133: warning: method redefined; discarding old qualified_lat_column_name=
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:133: warning: previous definition of qualified_lat_column_name= was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:126: warning: method redefined; discarding old qualified_lng_column_name=
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:126: warning: previous definition of qualified_lng_column_name= was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:133: warning: method redefined; discarding old qualified_lng_column_name=
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:133: warning: previous definition of qualified_lng_column_name= was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:126: warning: method redefined; discarding old skip_loading=
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:126: warning: previous definition of skip_loading= was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:133: warning: method redefined; discarding old skip_loading=
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:133: warning: previous definition of skip_loading= was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activerecord-4.1.16/lib/active_record/associations/builder/association.rb:109: warning: method redefined; discarding old addressable
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activerecord-4.1.16/lib/active_record/associations/builder/association.rb:109: warning: previous definition of addressable was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activerecord-4.1.16/lib/active_record/associations/builder/association.rb:117: warning: method redefined; discarding old addressable=
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activerecord-4.1.16/lib/active_record/associations/builder/association.rb:117: warning: previous definition of addressable= was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:60: warning: method redefined; discarding old through
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:60: warning: previous definition of through was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:67: warning: method redefined; discarding old through
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:67: warning: previous definition of through was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:126: warning: method redefined; discarding old through=
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:126: warning: previous definition of through= was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:133: warning: method redefined; discarding old through=
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:133: warning: previous definition of through= was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:60: warning: method redefined; discarding old distance_column_name
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:60: warning: previous definition of distance_column_name was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:67: warning: method redefined; discarding old distance_column_name
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:67: warning: previous definition of distance_column_name was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:60: warning: method redefined; discarding old default_units
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:60: warning: previous definition of default_units was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:67: warning: method redefined; discarding old default_units
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:67: warning: previous definition of default_units was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:60: warning: method redefined; discarding old default_formula
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:60: warning: previous definition of default_formula was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:67: warning: method redefined; discarding old default_formula
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:67: warning: previous definition of default_formula was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:60: warning: method redefined; discarding old lat_column_name
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:60: warning: previous definition of lat_column_name was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:67: warning: method redefined; discarding old lat_column_name
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:67: warning: previous definition of lat_column_name was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:60: warning: method redefined; discarding old lng_column_name
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:60: warning: previous definition of lng_column_name was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:67: warning: method redefined; discarding old lng_column_name
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:67: warning: previous definition of lng_column_name was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:60: warning: method redefined; discarding old qualified_lat_column_name
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:60: warning: previous definition of qualified_lat_column_name was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:67: warning: method redefined; discarding old qualified_lat_column_name
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:67: warning: previous definition of qualified_lat_column_name was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:60: warning: method redefined; discarding old qualified_lng_column_name
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:60: warning: previous definition of qualified_lng_column_name was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:67: warning: method redefined; discarding old qualified_lng_column_name
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:67: warning: previous definition of qualified_lng_column_name was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:60: warning: method redefined; discarding old skip_loading
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:60: warning: previous definition of skip_loading was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:67: warning: method redefined; discarding old skip_loading
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:67: warning: previous definition of skip_loading was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:126: warning: method redefined; discarding old distance_column_name=
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:126: warning: previous definition of distance_column_name= was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:133: warning: method redefined; discarding old distance_column_name=
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:133: warning: previous definition of distance_column_name= was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:126: warning: method redefined; discarding old default_units=
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:126: warning: previous definition of default_units= was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:133: warning: method redefined; discarding old default_units=
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:133: warning: previous definition of default_units= was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:126: warning: method redefined; discarding old default_formula=
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:126: warning: previous definition of default_formula= was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:133: warning: method redefined; discarding old default_formula=
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:133: warning: previous definition of default_formula= was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:126: warning: method redefined; discarding old lat_column_name=
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:126: warning: previous definition of lat_column_name= was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:133: warning: method redefined; discarding old lat_column_name=
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:133: warning: previous definition of lat_column_name= was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:126: warning: method redefined; discarding old lng_column_name=
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:126: warning: previous definition of lng_column_name= was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:133: warning: method redefined; discarding old lng_column_name=
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:133: warning: previous definition of lng_column_name= was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:126: warning: method redefined; discarding old qualified_lat_column_name=
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:126: warning: previous definition of qualified_lat_column_name= was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:133: warning: method redefined; discarding old qualified_lat_column_name=
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:133: warning: previous definition of qualified_lat_column_name= was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:126: warning: method redefined; discarding old qualified_lng_column_name=
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:126: warning: previous definition of qualified_lng_column_name= was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:133: warning: method redefined; discarding old qualified_lng_column_name=
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:133: warning: previous definition of qualified_lng_column_name= was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:126: warning: method redefined; discarding old skip_loading=
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:126: warning: previous definition of skip_loading= was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:133: warning: method redefined; discarding old skip_loading=
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activesupport-4.1.16/lib/active_support/core_ext/module/attribute_accessors.rb:133: warning: previous definition of skip_loading= was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activerecord-4.1.16/lib/active_record/associations/builder/association.rb:109: warning: method redefined; discarding old mock_house
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activerecord-4.1.16/lib/active_record/associations/builder/association.rb:109: warning: previous definition of mock_house was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activerecord-4.1.16/lib/active_record/associations/builder/association.rb:117: warning: method redefined; discarding old mock_house=
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activerecord-4.1.16/lib/active_record/associations/builder/association.rb:117: warning: previous definition of mock_house= was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activerecord-4.1.16/lib/active_record/associations/builder/singular_association.rb:17: warning: method redefined; discarding old build_mock_house
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activerecord-4.1.16/lib/active_record/associations/builder/singular_association.rb:17: warning: previous definition of build_mock_house was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activerecord-4.1.16/lib/active_record/associations/builder/singular_association.rb:21: warning: method redefined; discarding old create_mock_house
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activerecord-4.1.16/lib/active_record/associations/builder/singular_association.rb:21: warning: previous definition of create_mock_house was here
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activerecord-4.1.16/lib/active_record/associations/builder/singular_association.rb:25: warning: method redefined; discarding old create_mock_house!
/Users/developer/.rvm/gems/ruby-2.3.4@geokit-rails/gems/activerecord-4.1.16/lib/active_record/associations/builder/singular_association.rb:25: warning: previous definition of create_mock_house! was here
I don't know if these warnings are preventing the tests from running, but as you can see there is no test output beyond the warnings.
I don't see any instructions in the README regarding running the tests for developers who want to contribute to this project.
Are there any special setup steps that must be performed before the tests will run?
Hi,
I have a pull request in a forked repo that I would like to open on this repo, however I'm not able to get the unit tests for this gem to run on my Mac, so I can't verify that the tests I've written pass or not.
I am using Ruby 2.3.4. I ran
bundle install
to install the gem's dependencies, and everything appears to have installed correctly. The output from trying to run the tests using MySQL is listed below:I don't know if these warnings are preventing the tests from running, but as you can see there is no test output beyond the warnings.
I don't see any instructions in the README regarding running the tests for developers who want to contribute to this project.
Are there any special setup steps that must be performed before the tests will run?
Thanks, Denis