我正在尝试使用 ruby 中的 test/unit 制作自定义测试运行器,并遵循此处概述的教程
http://endofline.wordpress.com/2008/02/11/a-custom-testrunner-to-scratch-an-itch/
但是,当我尝试使用
ruby -rfast_fail_runner example_test.rb --runner fastfail
但是我得到了错误
C:/Ruby200/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- fast_fail_runner (LoadError)
from C:/Ruby200/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require'