Sha256: fd1c51b6bccfccaf90c0516ac2be86aa6a2312f3a1fe097fdcc0a218b6ae527e

Contents?: true

Size: 278 Bytes

Versions: 21

Compression:

Stored size: 278 Bytes

Contents

unless defined? Chronic
  $:.unshift File.expand_path('../../lib', __FILE__)
  require 'chronic'
end

require 'minitest/autorun'

class TestCase < MiniTest::Unit::TestCase
  def self.test(name, &block)
    define_method("test_#{name.gsub(/\W/, '_')}", &block) if block
  end
end

Version data entries

21 entries across 21 versions & 4 rubygems

Version Path
chronic-0.9.1 test/helper.rb
chronic-0.9.0 test/helper.rb
Hokkaido-0.1.5 chronic/test/helper.rb
Hokkaido-0.1.4 chronic/test/helper.rb
Hokkaido-0.1.3 chronic/test/helper.rb
Hokkaido-0.1.2 chronic/test/helper.rb
Hokkaido-0.1.1 chronic/test/helper.rb
Hokkaido-0.1.0 chronic/test/helper.rb
Hokkaido-0.0.9 chronic/test/helper.rb
Hokkaido-0.0.6 chronic/test/helper.rb
Hokkaido-0.0.5 chronic/test/helper.rb
Hokkaido-0.0.4 chronic/test/helper.rb
chronic-0.8.0 test/helper.rb
chronic-0.7.0 test/helper.rb
chronic_2001-0.1.5 test/helper.rb
chronic_2001-0.1.4 test/helper.rb
chronic_2001-0.1.3 test/helper.rb
chronic_2001-0.1.2 test/helper.rb
chronic_2001-0.1.1 test/helper.rb
chronic_2001-0.1.0 test/helper.rb