Sha256: fb3a16d8cbbbc39ab3b95fdc0d6f12421b3bb35070cdc7165989ba4dfdeffff5
Contents?: true
Size: 388 Bytes
Versions: 11
Compression:
Stored size: 388 Bytes
Contents
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, base: Utopia::Controller::Base use Utopia::Static, root: localization_spec_root run lambda { |env| [404, {}, []] }
Version data entries
11 entries across 11 versions & 1 rubygems