discourse/spec
Sam Saffron 30990006a9 DEV: enable frozen string literal on all files
This reduces chances of errors where consumers of strings mutate inputs
and reduces memory usage of the app.

Test suite passes now, but there may be some stuff left, so we will run
a few sites on a branch prior to merging
2019-05-13 09:31:32 +08:00
..
components DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
fabricators FEATURE: Claim Reviewables by Topic 2019-05-09 13:40:36 -04:00
fixtures FIX: Don't create staged users when processing forwarded email fails 2019-05-09 23:47:47 +02:00
helpers DEV: Prefabrication (test optimization) (#7414) 2019-05-07 13:12:20 +10:00
import_export DEV: Prefabrication (test optimization) (#7414) 2019-05-07 13:12:20 +10:00
integration PERF: avoid checking for consecutive replies in test 2019-05-09 13:28:53 +10:00
integrity DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00
jobs Use prefabricated users in bulk_invite_spec.rb 2019-05-10 08:34:04 -04:00
lib SPEC: ensure never remap readonly columns 2019-05-09 18:01:35 +02:00
mailers DEV: Prefabrication (test optimization) (#7414) 2019-05-07 13:12:20 +10:00
models More prefabrication 2019-05-10 08:34:04 -04:00
multisite DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00
requests FIX: Don't increment version if the reviewable operation fails 2019-05-10 09:53:25 -04:00
serializers More prefabrication 2019-05-10 08:34:04 -04:00
services More prefabrication 2019-05-10 08:34:04 -04:00
support FIX: don't bump topics when hidden tags are added or removed 2019-05-06 14:52:18 -04:00
tasks FEATURE: option to skip posts with ignored missing uploads 2019-05-09 05:11:15 +05:30
views/omniauth_callbacks DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00
rails_helper.rb PERF: speed up spec suite, avoid featuring topics 2019-05-10 11:37:53 +10:00