Fix failing spec

bug/bundler_fix
Joe Vennix 2014-03-10 16:40:46 -05:00
parent c07f390382
commit 78393057fe
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ describe Msf::Exploit::Remote::BrowserExploitServer do
it 'redirects to the exploit URL' do
server.should_receive(:send_redirect) do |cli, url|
expect(url).to end_with(exploit_page)
expect(url).to end_with("#{exploit_page}/")
end
server.on_request_uri(cli, request)
end