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:
		
							parent
							
								
									90ab739ae4
								
							
						
					
					
						commit
						00308ec014
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -234,7 +234,7 @@ describe "C-API IO function" do
 | 
				
			||||||
    end
 | 
					    end
 | 
				
			||||||
  end
 | 
					  end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  describe "rb_io_wait_writeable" do
 | 
					  describe "rb_io_wait_writable" do
 | 
				
			||||||
    it "returns false if there is no error condition" do
 | 
					    it "returns false if there is no error condition" do
 | 
				
			||||||
      @o.rb_io_wait_writable(@w_io).should be_false
 | 
					      @o.rb_io_wait_writable(@w_io).should be_false
 | 
				
			||||||
    end
 | 
					    end
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue