Upgraded to Ruby 2.1.3; Changed timeout value

This commit is contained in:
Al Snow
2014-09-19 19:00:40 -04:00
parent 74d047507a
commit 0957033457
5 changed files with 8 additions and 8 deletions
+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 == '713'
page.response_headers['Content-Length'].should == '709'
}
end