openstreetmap-website/test
Tom Hughes b9b255fa65 Work around upcoming minitest insanity
Minitest 6 will not allow assert_equal to compare for equality
with nil and minitest 5 has already started warning about it.

That's fine if you're comparing with a nil constant, but if you're
comparing with an expression that is sometimes nil and sometimes
not nil it's an absolute pain in the rear end.
2016-12-02 22:29:44 +00:00
..
controllers Use only_path instead of setting an explicit host 2016-11-24 20:33:36 +00:00
factories Replace changeset_tags fixtures with a factory. 2016-10-30 12:45:02 +01:00
fixtures Merge remote-tracking branch 'openstreetmap/pull/1352' 2016-10-30 16:59:20 +00:00
helpers Fix rubocop warnings 2016-12-02 22:01:40 +00:00
http Refactor the gravatar email changes to use webmock stubbing 2016-10-30 11:06:35 +01:00
integration Work around upcoming minitest insanity 2016-12-02 22:29:44 +00:00
javascripts Filter out nodes which are too far away 2014-03-16 16:18:13 +00:00
lib Work around upcoming minitest insanity 2016-12-02 22:29:44 +00:00
models Work around upcoming minitest insanity 2016-12-02 22:29:44 +00:00
traces The test train rolls ever onwards... 2015-03-01 17:04:39 +00:00
test_helper.rb Work around upcoming minitest insanity 2016-12-02 22:29:44 +00:00