1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

spec/ruby/optional/capi/io_spec.rb: speling fics

* spec/ruby/optional/capi/io_spec.rb: speling: s/writeable/writable/

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60191 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
normal 2017-10-16 19:42:33 +00:00
parent 90ab739ae4
commit 00308ec014

View file

@ -234,7 +234,7 @@ describe "C-API IO function" do
end
end
describe "rb_io_wait_writeable" do
describe "rb_io_wait_writable" do
it "returns false if there is no error condition" do
@o.rb_io_wait_writable(@w_io).should be_false
end