fixed broken spec test

This commit is contained in:
cktricky
2014-04-18 09:25:07 -04:00
parent bc95b27edb
commit 4af22d952d
+1 -1
View File
@@ -16,7 +16,7 @@ feature 'insecure direct object reference' do
pending(:if => verifying_fixed?) {
page.status_code.should == 200
page.response_headers['Content-Disposition'].should include('database.yml')
page.response_headers['Content-Length'].should == '576'
page.response_headers['Content-Length'].should == '709'
}
end