Sha256: 5970636afd6872d5fe5c63666c5a2fc7f983a42f7ff82f2a39e7b1a1a2bd4087

Contents?: true

Size: 554 Bytes

Versions: 2

Compression:

Stored size: 554 Bytes

Contents

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

require 'rspec/core'
require 'iso'
require 'yaml'
require 'i18n-spec/failure_message'
Dir[File.dirname(__FILE__) + '/i18n-spec/models/*.rb'].each {|file| require file }
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

2 entries across 2 versions & 1 rubygems

Version Path
i18n-spec-0.6.0 lib/i18n-spec.rb
i18n-spec-0.5.2 lib/i18n-spec.rb