Sha256: 722e7462c8bbdb560000bed02252f1dde17345d018a31b79caf77dd5017ffee2
Contents?: true
Size: 219 Bytes
Versions: 4
Compression:
Stored size: 219 Bytes
Contents
require 'test_helper' module Mayl describe Loader do it 'loads YAML files inside a path' do locales = Loader.load('test/support') locales.map(&:name).sort.must_equal [:ca, :en, :es] end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
mayl-0.2.1 | test/mayl/loader_test.rb |
mayl-0.2.0 | test/mayl/loader_test.rb |
mayl-0.1.0 | test/mayl/loader_test.rb |
mayl-0.0.1 | test/mayl/loader_test.rb |