Skip to content
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.

Commit

Permalink
Fix the app spec
Browse files Browse the repository at this point in the history
  • Loading branch information
halorgium committed Apr 17, 2013
1 parent 1330e7d commit 61abdcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/reel/app_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
it 'responds to get requests' do
res = Http.with_response(:object).get example_url
res.status.should == 200
res.headers.should == {"Connection" => "Keep-Alive", "Content-Length" => res.body.length.to_s}
res.headers.should == {"Content-Length" => res.body.length.to_s}
res.body.should == "hello foo"
end

Expand Down

0 comments on commit 61abdcf

Please sign in to comment.