Sha256: 49020e13b6a6bf051f207fc54b9f0905555d944dff6703645daf6e70a1395b71

Contents?: true

Size: 358 Bytes

Versions: 133

Compression:

Stored size: 358 Bytes

Contents

require "rubygems"
require "minitest/spec"

# Add '../lib' to the require path.
$: << File.join(File.dirname(__FILE__), "..", "lib")

# 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

133 entries across 129 versions & 21 rubygems

Version Path
arr-pm-0.0.4 test/testing.rb
arr-pm-0.0.3 test/testing.rb
arr-pm-0.0.2 test/testing.rb
insist-0.0.1 test/testing.rb
ftw-0.0.8 test/testing.rb
ftw-0.0.7 test/testing.rb
batcave-0.0.6 things/ruby/self/test/testing.rb
batcave-0.0.5 things/ruby/self/test/testing.rb
batcave-0.0.4 things/ruby/self/test/testing.rb
batcave-0.0.1 things/ruby/self/test/testing.rb
ftw-0.0.6 test/testing.rb
ftw-0.0.5 test/testing.rb
ftw-0.0.4 test/testing.rb