summaryrefslogtreecommitdiff
path: root/test/lib/test/unit/assertions.rb
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-01-16 12:37:42 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-01-16 12:37:42 +0000
commit8e0ff63f228a4cc9bd5458c9c947861dcaf4d6e4 (patch)
tree036281175ecaa6a9ca49308904c7bd35c9607f4d /test/lib/test/unit/assertions.rb
parent4c021942165281bdba24661e5b1e4dc1b1025bc4 (diff)
Fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57339 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/lib/test/unit/assertions.rb')
-rw-r--r--test/lib/test/unit/assertions.rb2
1 files changed, 1 insertions, 1 deletions
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)