spec/mongrel2/httpresponse_spec.rb in mongrel2-0.44.0 vs spec/mongrel2/httpresponse_spec.rb in mongrel2-0.45.0
- old
+ new
@@ -12,19 +12,11 @@
### C O N T E X T S
#####################################################################
describe Mongrel2::HTTPResponse do
- before( :all ) do
- setup_logging()
- end
-
before( :each ) do
@response = Mongrel2::HTTPResponse.new( TEST_UUID, 299 )
- end
-
- after( :all ) do
- reset_logging()
end
it "has a headers table" do
expect( @response.headers ).to be_a( Mongrel2::Table )