From d2d232046ac9059d6d2be670fd13d3e27e2d25d6 Mon Sep 17 00:00:00 2001 From: starswan Date: Fri, 1 Nov 2024 20:32:39 +0000 Subject: [PATCH] revert --- config/locales/jobseekers.yml | 3 --- spec/rails_helper.rb | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/config/locales/jobseekers.yml b/config/locales/jobseekers.yml index 0f2261f218..eed762839e 100644 --- a/config/locales/jobseekers.yml +++ b/config/locales/jobseekers.yml @@ -166,9 +166,6 @@ en: religion_details: heading: Religious information title: Religious information — Application - place_of_worship: - text: Address of place of worship (optional) - hint: For example, Westminster Abbey, Dean's Yard, London. referee_type: text: Can you provide a religious referee? hints_html: >- diff --git a/spec/rails_helper.rb b/spec/rails_helper.rb index 4992abf710..579fd41dcb 100644 --- a/spec/rails_helper.rb +++ b/spec/rails_helper.rb @@ -1,4 +1,4 @@ -# require "spec_helper" +require "spec_helper" ENV["RAILS_ENV"] ||= "test" require File.expand_path("../config/environment", __dir__) abort("The Rails environment is running in production mode!") if Rails.env.production?