Sha256: d66e8687774995d77c3dd9bb6bdd299554ff6e280cc392a2d557849e4d2af1eb

Contents?: true

Size: 399 Bytes

Versions: 3

Compression:

Stored size: 399 Bytes

Contents

if defined?(Psych) and defined?(Psych::VERSION) and !defined?(YAML::ParseError)
  YAML::ParseError = Psych::SyntaxError
end

require 'iso'
Dir[File.dirname(__FILE__) + '/i18n-spec/models/*.rb'].each {|file| require file }
Dir[File.dirname(__FILE__) + '/i18n-spec/matchers/*.rb'].each {|file| require file }
Dir[File.dirname(__FILE__) + '/i18n-spec/shared_examples/*.rb'].each {|file| require file }

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
i18n-spec-0.3.0 lib/i18n-spec.rb
i18n-spec-0.2.4 lib/i18n-spec.rb
i18n-spec-0.2.3 lib/i18n-spec.rb