Sha256: e220037725b30ff1d696a74726f30b6b2b29994693c63200dc6348bb8d90b7a7
Contents?: true
Size: 349 Bytes
Versions: 124
Compression:
Stored size: 349 Bytes
Contents
# frozen_string_literal: true RSpec.describe :set_locale do link :set_locale, from: :ree_i18n link :get_locale, from: :ree_i18n link :add_load_path, from: :ree_i18n it { add_load_path(Dir[File.join(__dir__, 'locales/*.yml')]) expect { set_locale(:ru) }.to_not raise_error expect(get_locale()).to eq(:ru) } end
Version data entries
124 entries across 124 versions & 1 rubygems