I get the following message when run rspec:
DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Address instead. (called from include at /Users/ik/Development/projects/booking/webapp/app/models/address.rb:3)
and line 3 of address.rb is include Mongoid::Spacial::Document
I get the following message when run rspec: DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Address instead. (called from include at /Users/ik/Development/projects/booking/webapp/app/models/address.rb:3)
and line 3 of address.rb is
include Mongoid::Spacial::Document
The same issue was fixed in mongoid : https://github.com/mongoid/mongoid/issues/1525