Skip to content

Commit

Permalink
commit failing spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ajsharp committed Jun 11, 2011
1 parent 86bc2a7 commit e1149bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/functional/middleware_spec.rb
Expand Up @@ -41,5 +41,10 @@ def app
get '/'
last_response.headers['Set-Cookie'].should =~ /_utmarr/
end

it "includes both cookies" do
get '/'
last_response.headers['Set-Cookie'].split('\n').should have(2).items
end
end
end

0 comments on commit e1149bb

Please sign in to comment.