File: ruby-tests.rb

package info (click to toggle)
ruby-mail 2.4.4-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,132 kB
  • sloc: ruby: 16,631; makefile: 7
file content (5 lines) | stat: -rw-r--r-- 121 bytes parent folder | download
1
2
3
4
5
if RUBY_VERSION =~ /1.9/
  Encoding.default_external = Encoding::UTF_8
end

Dir['{spec}/**/*.rb'].each { |f| require f }