AuburnBigEvent / BigEvent

Auburn University SGA Big Event application designed for COMP 4710 senior design project.
MIT License
0 stars 2 forks source link

Fixing bug in geocoder test taking changing data into account #28

Closed CoryG89 closed 10 years ago

CoryG89 commented 10 years ago

The exact coordinates returned for a geocoding request for Auburn's address has changed twice since the test was created. In order to fix this I am changing to use the closeTo method in the chai assertion library.

The documentation that helped me implement this fix to make the geocoder tests pass again can be found at:

http://chaijs.com/api/bdd/#closeTo-section