geokit / geokit-rails

Official Geokit plugin for Rails/ActiveRecord. Provides location-based goodness for your Rails app. Requires the Geokit gem.
MIT License
1.57k stars 245 forks source link

Fix tests #77

Closed roccogalluzzo closed 9 years ago

roccogalluzzo commented 9 years ago

@mnoack This pull request optimize a bit the test workflow by removing the useless gems and activating the Travis CI cache for bundler. It may be useful to limit the timeout errors.

mnoack commented 9 years ago

Excellent @byterussian we've been suffering with failing tests since 2.2 testing was added.

roccogalluzzo commented 9 years ago

Oh, finally the green badge :smile:. Great.

PS: take a look at the coveralls integration @mnoack . Seems broken.

mnoack commented 9 years ago

Looks like coveralls never was finished, now I've fixed that, unfortunately it's poor, but then again, when I took over geokit/geokit-rails the tests were far from passing and didn't measure coverage :)