Lines Matching full:it
23 it "should open a socket" do
27 it "should be open whenever it has a handle" do
38 it "should write data to the handle" do
46 it "should raise an error when it cannot read from the handle" do
52 it "should return the data read when reading from the handle works" do
58 it "should declare itself as closed when it has an error" do
66 it "should raise an error when the stream is closed" do
74 it "should support the timeout accessor for read" do
82 it "should support the timeout accessor for write" do
91 it "should raise an error when read times out" do
98 it "should raise an error when write times out" do