From 8e0ff63f228a4cc9bd5458c9c947861dcaf4d6e4 Mon Sep 17 00:00:00 2001 From: kazu Date: Mon, 16 Jan 2017 12:37:42 +0000 Subject: Fix a typo [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57339 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/lib/test/unit/assertions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/lib/test') diff --git a/test/lib/test/unit/assertions.rb b/test/lib/test/unit/assertions.rb index a01871f05c..facbc5873e 100644 --- a/test/lib/test/unit/assertions.rb +++ b/test/lib/test/unit/assertions.rb @@ -452,7 +452,7 @@ EOT assert(failed.empty?, message(m) {failed.pretty_inspect}) end - # compatiblity with test-unit + # compatibility with test-unit alias pend skip def prepare_syntax_check(code, fname = caller_locations(2, 1)[0], mesg = fname.to_s, verbose: nil) -- cgit v1.2.3