File: hooks.rb

package info (click to toggle)
ruby-minitest-hooks 1.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 160 kB
  • sloc: ruby: 608; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 176 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
require 'minitest/hooks/test'
require 'minitest/spec'

# Spec subclass that includes the hook methods.
class Minitest::HooksSpec < Minitest::Spec
  include Minitest::Hooks
end