Value for 'Expires' header needs to be a string

This commit is contained in:
Garret Alfert
2013-12-09 01:57:26 +01:00
parent 4ae4865de5
commit fd8b2059b2
3 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ describe "App with Riak backend" do
it "has caching headers set" do
last_response.status.must_equal 200
last_response.headers["Expires"].must_equal 0
last_response.headers["Expires"].must_equal "0"
end
end