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
ftw-0.0.36 test/testing.rb
ftw-0.0.35 test/testing.rb
insist-1.0.0 test/testing.rb
ftw-0.0.34 test/testing.rb
ftw-0.0.33 test/testing.rb
ftw-0.0.32 test/testing.rb
ftw-0.0.31 test/testing.rb
ftw-0.0.30 test/testing.rb
ftw-0.0.29 test/testing.rb
ftw-0.0.28 test/testing.rb
ftw-0.0.27 test/testing.rb
ftw-0.0.26 test/testing.rb
ftw-0.0.25 test/testing.rb
ftw-0.0.24 test/testing.rb
ftw-0.0.23 test/testing.rb
insist-0.0.8 test/testing.rb
ftw-0.0.22 test/testing.rb
ftw-0.0.21 test/testing.rb
batcave-0.0.9 things/ruby/self/test/testing.rb
insist-0.0.7 test/testing.rb