Sha256: d2cba2c252e3a47cb8f90431dcc7f1238ec07db5f1cc5ad07b4717f38c81e447
Contents?: true
Size: 385 Bytes
Versions: 13
Compression:
Stored size: 385 Bytes
Contents
# frozen_string_literal: true localization_spec_root = File.expand_path('localization_spec', __dir__) use Utopia::Localization, locales: ['en', 'ja', 'de'], hosts: {/foobar\.com$/ => 'en', /foobar\.co\.jp$/ => 'ja', /foobar\.de$/ => 'de'} use Utopia::Controller, root: localization_spec_root use Utopia::Static, root: localization_spec_root run lambda { |env| [404, {}, []] }
Version data entries
13 entries across 13 versions & 1 rubygems