Browse Source

Merge branch 'CLDC-1381-Postcode-display-formatting' of https://github.com/communitiesuk/submit-social-housing-lettings-and-sales-data into CLDC-1381-Postcode-display-formatting

pull/781/head
Ted-U 3 years ago
parent
commit
1a25934bb0
  1. 3
      config/environments/test.rb

3
config/environments/test.rb

@ -10,6 +10,7 @@ Rails.application.configure do
# Turn false under Spring and add config.action_view.cache_template_loading = true
config.cache_classes = true
config.action_view.cache_template_loading = true
# Eager loading loads your whole application. When running a single test locally,
# this probably isn't necessary. It's a good idea to do in a continuous integration
@ -59,6 +60,6 @@ Rails.application.configure do
# config.i18n.raise_on_missing_translations = true
# Annotate rendered view with file names.
# config.action_view.annotate_rendered_view_with_filenames = true
config.action_view.annotate_rendered_view_with_filenames = true
Faker::Config.locale = "en-GB"
end

Loading…
Cancel
Save