Newer
Older
dmpopidor / spec / support / locales.rb
@Gavin Morrice Gavin Morrice on 28 Aug 2018 200 bytes Refactor how section ordering is handled (#1837)
require 'shoulda/matchers'

RSpec.configure do |config|
  config.before(:each, type: :feature, js: true) do
    Rails.application.config.i18n.available_locales = ['en', 'en_GB', 'fr', 'de']
  end
end