Sha256: 511993cf253ac117ef4bf2c4b008c26fe34acf661fe1d5d8dccdc966bc9b78f6

Contents?: true

Size: 320 Bytes

Versions: 41

Compression:

Stored size: 320 Bytes

Contents

require "rubygems"
require "minitest/spec"
# XXX: This code stolen from logstash's test bits.

# I don't really like monkeypatching, but whatever, this is probably better
# than overriding the 'describe' method.
class MiniTest::Spec
  class << self
    # 'it' sounds wrong, call it 'test'
    alias :test :it
  end
end

Version data entries

41 entries across 39 versions & 6 rubygems

Version Path
logstash-filter-zabbix-0.1.2 vendor/bundle/jruby/1.9/gems/cabin-0.8.1/test/support/minitest-patch.rb
logstash-filter-zabbix-0.1.1 vendor/bundle/jruby/1.9/gems/cabin-0.8.1/test/support/minitest-patch.rb
ivanvc-logstash-input-s3-3.1.1.4 vendor/local/gems/cabin-0.8.1/test/support/minitest-patch.rb
ivanvc-logstash-input-s3-3.1.1.3 vendor/local/gems/cabin-0.8.1/test/support/minitest-patch.rb
ivanvc-logstash-input-s3-3.1.1.2 vendor/local/gems/cabin-0.8.1/test/support/minitest-patch.rb
cabin-0.9.0 test/support/minitest-patch.rb
able-neo4j-1.0.0 vendor/bundle/jruby/1.9/gems/cabin-0.7.1/test/minitest-patch.rb
cabin-0.8.1 test/support/minitest-patch.rb
cabin-0.8.0 test/support/minitest-patch.rb
logstash-input-beats-2.0.2 vendor/jruby/1.9/gems/cabin-0.7.2/test/minitest-patch.rb
logstash-input-beats-2.0.2 vendor/jruby/1.9/gems/cabin-0.7.1/test/minitest-patch.rb
logstash-input-beats-2.0.2 vendor/jruby/1.9/gems/logstash-codec-json-2.0.3/vendor/gems/cabin-0.7.2/test/minitest-patch.rb
logstash-codec-json-2.0.3 vendor/gems/cabin-0.7.2/test/minitest-patch.rb
cabin-0.7.2 test/minitest-patch.rb
logstash-input-beats-0.9.2 vendor/jruby/1.9/gems/cabin-0.7.1/test/minitest-patch.rb
logstash-input-beats-0.9.1 vendor/jruby/1.9/gems/cabin-0.7.1/test/minitest-patch.rb
cabin-0.7.1 test/minitest-patch.rb
cabin-0.6.1 test/minitest-patch.rb
cabin-0.6.0 test/minitest-patch.rb
cabin-0.5.0 test/minitest-patch.rb