discourse/spec/integration
Jarek Radosz 6ff888bd2c
DEV: Retry-after header values should be strings (#12475)
Fixes `Rack::Lint::LintError: a header value must be a String, but the value of 'Retry-After' is a Integer`. (see: 14a236b4f0/lib/rack/lint.rb (L676))

I found it when I got flooded by those warning a while back in a test-related accident 😉 (ember CLI tests were hitting a local rails server at a fast rate)
2021-03-23 20:32:36 +01:00
..
api_keys_spec.rb
auto_reject_reviewable_users_spec.rb FIX: do not send rejection emails to auto-deleted reviewable users (#12160) 2021-02-22 18:37:47 +05:30
category_tag_spec.rb
content_security_policy_spec.rb
email_style_spec.rb
flags_spec.rb
group_spec.rb
invite_only_registration_spec.rb
message_bus_spec.rb
multisite_spec.rb
rate_limiting_spec.rb DEV: Retry-after header values should be strings (#12475) 2021-03-23 20:32:36 +01:00
same_ip_spammers_spec.rb
spam_rules_spec.rb
topic_auto_close_spec.rb FIX: Auto close topic from category settings based on topic created_at (#12082) 2021-02-17 07:51:39 +10:00
topic_thumbnail_spec.rb PERF: we don't need to use a huge image to test thumbnails (#11025) 2020-10-27 12:39:52 +11:00
watched_words_spec.rb