File: around.rb

package info (click to toggle)
ruby-minitest-around 0.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 172 kB
  • sloc: ruby: 282; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
require 'minitest/around/version'
require 'minitest/around/spec'
require 'minitest/around/unit'

module Minitest
  module Around
    # Ugly hack for cucumber/mt5 combo!
    VERSION = MinitestAround::VERSION
  end
end