specs: fix MiniTest typo for older ruby versions

This commit is contained in:
Aaron Suggs 2013-10-09 15:13:22 -04:00
parent 01797eb0ca
commit c42e035f62

View file

@ -13,7 +13,7 @@ rescue LoadError
#nothing to do here #nothing to do here
end end
class Minitest::Spec class MiniTest::Spec
include Rack::Test::Methods include Rack::Test::Methods