Sha256: a44ddf7db2c0344cca78e99040a65d75dd63cd689d90cc47ecf00d609ccbc4a9
Contents?: true
Size: 365 Bytes
Versions: 2
Compression:
Stored size: 365 Bytes
Contents
require 'katsuyoujin' BASE_CATEGORIES = ['あ', 'い', 'う', 'え', 'お', 'て', 'た'] ICHIDAN_BASES = YAML.load_file('spec/fixtures/ichidan/base.yml') BASES = { 'ichidan' => YAML.load_file('spec/fixtures/ichidan/base.yml'), 'godan' => YAML.load_file('spec/fixtures/godan/base.yml') } CONJUGATIONS = YAML.load_file('spec/fixtures/conjugations.yml')
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
katsuyoujin-0.0.1.2 | spec/spec_helper.rb |
katsuyoujin-0.0.1.1 | spec/spec_helper.rb |