1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58720 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2017-05-14 14:27:07 +00:00
parent f91ed43d65
commit 1a7ed01d6c

View file

@ -15,7 +15,7 @@ describe "C-API Mutex functions" do
end end
describe "rb_mutex_locked_p" do describe "rb_mutex_locked_p" do
it "returns fakse if the mutex is not locked" do it "returns false if the mutex is not locked" do
@s.rb_mutex_locked_p(@m).should be_false @s.rb_mutex_locked_p(@m).should be_false
end end