discourse/spec/fixtures
Sam Saffron 4ea21fa2d0 DEV: use #frozen_string_literal: true on all spec
This change both speeds up specs (less strings to allocate) and helps catch
cases where methods in Discourse are mutating inputs.

Overall we will be migrating everything to use #frozen_string_literal: true
it will take a while, but this is the first and safest move in this direction
2019-04-30 10:27:42 +10:00
..
csv PERF: Avoid looking up the same group multiple times during bulk invite. 2019-04-16 09:42:25 +08:00
db DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00
emails PERF: Do not create staged users for most rejected incoming emails (#7301) 2019-04-08 10:36:39 +01:00
encodings FIX: Try detecting encoding of RSS feed 2018-08-01 10:41:20 +02:00
feed FIX: Try respecting charset in HTTP header of RSS feed 2018-08-01 10:41:20 +02:00
i18n FIX: async reload of locales could result in missing translations 2018-10-01 17:14:36 +02:00
images DEV: Ignore SVG sprite symbols missing ids 2019-03-18 22:07:19 -04:00
json Replacing default brown category color 2018-08-24 14:18:14 -04:00
md FEATURE: update CommonMark to version 0.28 2018-03-08 12:19:53 +11:00
mmdb UX: Use user locale for locations. (#6527) 2018-10-25 10:54:01 +00:00
multisite Introduce multisite tests for better coverage. 2017-08-08 12:58:22 +09:00
pdf `UploadRecovery` should recover attachments too. 2018-09-19 10:44:36 +08:00
plugins DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00
scss DEV: Run prettier. (#6420) 2018-09-21 11:02:23 +00:00
site_settings FIX: fails loud if default setting is not set 2017-08-15 12:07:25 +02:00
theme_settings FEATURE: Allow string theme settings to display with multiple lines 2019-02-05 14:14:53 +00:00
themes FEATURE: Import and export themes in a .tar.gz format (#6916) 2019-01-23 14:40:21 +00:00
woff2 FEATURE: support uploads for themes 2017-05-10 15:47:11 -04:00