openstreetmap-website/test/models
Andy Allan a219df24ca Ensure that urls are only valid if the entire string is a url
This replaces our homegrown regexps (that didn't quite work) with
ruby built-in regexps, and uses the termination anchor to ensure
that the entire string, not just the first part, is validated.
2020-04-01 17:53:37 +02:00
..
acl_test.rb Allow signups to be blocked by MX host 2019-06-23 11:21:03 +01:00
changeset_comment_test.rb Fix new rubocop warnings 2018-06-18 09:00:49 +01:00
changeset_tag_test.rb Fix new rubocop warnings 2018-06-18 09:00:49 +01:00
changeset_test.rb Resolve 96 Rubocop Lint/AmbiguousRegexpLiteral conflicts 2018-09-10 11:28:16 +08:00
client_application_test.rb Ensure that urls are only valid if the entire string is a url 2020-04-01 17:53:37 +02:00
diary_comment_test.rb Refactor diary entry tests to use User factory 2017-02-19 16:43:32 +00:00
diary_entry_test.rb Refactor diary entry tests to use User factory 2017-02-19 16:43:32 +00:00
friend_test.rb Remove the api_fixtures helper 2017-06-01 10:59:48 +01:00
issue_comment_test.rb Made rubocop happy by formatting and minor syntax tweaks. 2016-08-22 17:24:10 +01:00
issue_test.rb Assign vandalism reports for users to moderators 2018-06-17 11:14:19 +01:00
language_test.rb Fix rubocop warnings 2017-10-05 19:18:38 +01:00
message_test.rb Fix new rubocop warnings 2019-04-23 09:33:34 +01:00
node_tag_test.rb Fix new rubocop warnings 2018-06-18 09:00:49 +01:00
node_test.rb Move the format tests to test the output from the controller 2019-11-13 15:21:41 +01:00
note_comment_test.rb Fix new rubocop warnings 2018-06-18 09:00:49 +01:00
note_test.rb Fix new rubocop warnings 2018-06-18 09:00:49 +01:00
oauth_nonce_test.rb Remove the api_fixtures helper 2017-06-01 10:59:48 +01:00
oauth_token_test.rb Use user factory for oauth_token model test. 2017-03-09 11:04:29 +00:00
old_node_tag_test.rb Fix new rubocop warnings 2018-06-18 09:00:49 +01:00
old_node_test.rb Update tests for changes in FactoryBot 5.x 2019-02-07 20:21:40 +00:00
old_relation_tag_test.rb Fix new rubocop warnings 2018-06-18 09:00:49 +01:00
old_relation_test.rb Remove the api_fixtures helper 2017-06-01 10:59:48 +01:00
old_way_tag_test.rb Fix new rubocop warnings 2018-06-18 09:00:49 +01:00
old_way_test.rb Remove the api_fixtures helper 2017-06-01 10:59:48 +01:00
redaction_test.rb Remove unnecessary include from redaction model test 2018-11-07 16:48:48 +01:00
relation_member_test.rb Remove the api_fixtures helper 2017-06-01 10:59:48 +01:00
relation_tag_test.rb Fix new rubocop warnings 2018-06-18 09:00:49 +01:00
relation_test.rb Calculate bounding box when deleting relations 2018-10-21 19:32:12 +01:00
report_test.rb Merge branch 'master' into next 2018-06-10 17:02:12 +01:00
request_token_test.rb Remove the api_fixtures helper 2017-06-01 10:59:48 +01:00
trace_test.rb Copy trace fixture files, rather than symlinking 2020-03-18 15:35:55 +01:00
tracepoint_test.rb Resolve 96 Rubocop Lint/AmbiguousRegexpLiteral conflicts 2018-09-10 11:28:16 +08:00
tracetag_test.rb Replace trace-related fixtures with factories. 2016-10-29 16:23:04 +02:00
user_preference_test.rb Use user factory for user_preference model tests. 2017-03-09 10:57:57 +00:00
user_test.rb Remove support for old style user images 2019-07-16 22:33:26 +01:00
user_token_test.rb Remove unused user_tokens fixture and pointless test. 2017-01-25 16:43:04 +00:00
way_node_test.rb Remove the api_fixtures helper 2017-06-01 10:59:48 +01:00
way_tag_test.rb Fix new rubocop warnings 2018-06-18 09:00:49 +01:00
way_test.rb Move all settings to settings.yml 2019-03-13 18:06:23 +01:00