Skip to content

Commit

Permalink
Windows doesn't support non blocking mode other than sockets
Browse files Browse the repository at this point in the history
  • Loading branch information
nurse committed May 19, 2015
1 parent b9ca8d7 commit d147d46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/iobuffer_spec.rb
Expand Up @@ -37,7 +37,7 @@
require "tempfile"

context "#read_from" do
context "using local file" do
context "using local file", :env => :exclude_win do
let :tmp do
t = Tempfile.open "read_from"
t << "foobar"
Expand Down Expand Up @@ -81,7 +81,7 @@
end

context "#write_to" do
context "using local file" do
context "using local file", :env => :exclude_win do
let :tmp do
Tempfile.open "write_to"
end
Expand Down

0 comments on commit d147d46

Please sign in to comment.