aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/ruby/optional/capi/io_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/optional/capi/io_spec.rb b/spec/ruby/optional/capi/io_spec.rb
index bc75ad4307..92bc2da54e 100644
--- a/spec/ruby/optional/capi/io_spec.rb
+++ b/spec/ruby/optional/capi/io_spec.rb
@@ -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