File: helper.rb

package info (click to toggle)
ruby-chronic 0.6.7-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 384 kB
  • sloc: ruby: 3,726; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 121 bytes parent folder | download
1
2
3
4
5
6
unless defined? Chronic
  $:.unshift File.expand_path('../../lib', __FILE__)
  require 'chronic'
end

require 'test/unit'