Sha256: 223020baad5558500ae31d2ea2c232b66bb4c0ca6fe536caac09b68a6fce5a68

Contents?: true

Size: 269 Bytes

Versions: 9

Compression:

Stored size: 269 Bytes

Contents

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

require 'minitest/autorun'

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

Version data entries

9 entries across 9 versions & 5 rubygems

Version Path
gitlab-chronic-0.10.5 test/helper.rb
gitlab-chronic-0.10.4 test/helper.rb
gitlab-chronic-0.10.3 test/helper.rb
chronic-davispuh-0.10.2.v0.1da32066b3f46f2506b3471e39557497e34afa27 test/helper.rb
asana2flowdock-1.0.0 vendor/bundle/ruby/1.9.1/gems/chronic-0.10.2/test/helper.rb
chronic-mmlac-0.10.2.1 test/helper.rb
chronic-0.10.2 test/helper.rb
chronic-0.10.1 test/helper.rb
chronic-0.10.0 test/helper.rb