Vendor Rack 1.1
Also clean up some View stuff.
This commit is contained in:
parent
77014652a3
commit
a705709f9a
74 changed files with 3080 additions and 608 deletions
|
@ -118,6 +118,9 @@ context "Rack::Response" do
|
|||
|
||||
r = Rack::Response.new([], 500)
|
||||
r.status.should.equal 500
|
||||
|
||||
r = Rack::Response.new([], "200 OK")
|
||||
r.status.should.equal 200
|
||||
end
|
||||
|
||||
specify "has a constructor that can take a block" do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue