discourse/spec
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
..
components DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00
fabricators DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00
fixtures DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00
helpers DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00
import_export DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00
integration DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00
integrity DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00
jobs DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00
lib DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00
mailers DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00
models DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00
multisite DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00
requests DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00
serializers DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00
services DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00
support DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00
tasks DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00
views/omniauth_callbacks DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00
rails_helper.rb DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00