Tom Hughes
|
bfffe7ed96
|
Prefer string interpolation to concatenation
|
2020-11-13 11:32:28 +00:00 |
|
Andy Allan
|
da2277505f
|
Ensure that test utility methods are marked as private
This allows us to enable the check for test method names.
|
2020-10-28 11:49:01 +01:00 |
|
Tom Hughes
|
ea59d95f4a
|
Fix some new rubocop warnings
|
2020-08-06 22:27:30 +01:00 |
|
Tom Hughes
|
2d3972249c
|
Fix some rubocop todos
|
2020-08-02 19:38:58 +01:00 |
|
Andy Allan
|
f84980f183
|
More controller test refactoring
|
2020-05-06 16:51:04 +02:00 |
|
Tom Hughes
|
7a1615bc55
|
Fix rubocop-minitest warnings
|
2020-04-15 19:07:13 +01:00 |
|
mmd-osm
|
91b31f03de
|
Added unit tests
|
2020-01-08 19:57:21 +01:00 |
|
Andy Allan
|
7595e5a4dd
|
Use squiggly heredocs instead of rails strip_heredoc
Squiggly heredocs were introduced in ruby 2.3 and I prefer the ability
to indent the closing heredoc marker.
|
2019-12-11 10:54:19 +01:00 |
|
Andy Allan
|
bc850d1d37
|
Move Relation.to_xml and to_xml_node out of the model and into tests
|
2019-11-20 15:45:28 +01:00 |
|
Andy Allan
|
d102c9aaf4
|
Move all settings to settings.yml
We leave the STATUS setting alone, since it's required before rails
boots. The test-specific settings now live in config/settings/test.yml
|
2019-03-13 18:06:23 +01:00 |
|
Andy Allan
|
b38343e5bd
|
Move node/way/relation/old_* controllers into the api namespace
|
2019-02-28 17:12:28 +01:00 |
|