Change soft-fail to use the config, rather than env
[rbx.git] / spec / frozen / 1.8 / core / io / io_spec.rb
blob790fa2bc59c14dc8abe5da35d3d4e1930f91fac7
1 require File.dirname(__FILE__) + '/../../spec_helper'
3 describe "IO" do
4   it "includes File::Constants" do
5     IO.include?(File::Constants).should == true
6   end
8   it "for_fd takes two arguments" do
9         IO.method(:for_fd).arity.should == -1
10   end
11 end