From 4af22d952d73dc6b9015979b9a888f29fa1b24da Mon Sep 17 00:00:00 2001 From: cktricky Date: Fri, 18 Apr 2014 09:25:07 -0400 Subject: [PATCH] fixed broken spec test --- spec/vulnerabilities/insecure_dor_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/vulnerabilities/insecure_dor_spec.rb b/spec/vulnerabilities/insecure_dor_spec.rb index 29d14b6..c53cd9c 100644 --- a/spec/vulnerabilities/insecure_dor_spec.rb +++ b/spec/vulnerabilities/insecure_dor_spec.rb @@ -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