spec/ztk/config_spec.rb in ztk-1.0.0.rc.0 vs spec/ztk/config_spec.rb in ztk-1.0.0.rc.1
- old
+ new
@@ -22,15 +22,9 @@
describe ZTK::Config do
subject { class C; extend(ZTK::Config); end; C }
- before(:all) do
- $stdout = File.open("/dev/null", "w")
- $stderr = File.open("/dev/null", "w")
- $stdin = File.open("/dev/null", "r")
- end
-
describe "class" do
it "should be a kind of ZTK::Config" do
subject.should be_a_kind_of ZTK::Config
end