From 9434db242bebf07b04612d89e124ec8dbc6a1377 Mon Sep 17 00:00:00 2001 From: ethicalhack3r Date: Sun, 10 Mar 2013 23:54:07 +0100 Subject: [PATCH] Fixed syntax error. --- spec/lib/wpscan/wp_target_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/lib/wpscan/wp_target_spec.rb b/spec/lib/wpscan/wp_target_spec.rb index 9c6b6ec2..fa827c70 100644 --- a/spec/lib/wpscan/wp_target_spec.rb +++ b/spec/lib/wpscan/wp_target_spec.rb @@ -259,6 +259,7 @@ describe WpTarget do stub_request(:any, /.*\.html$/).to_return(:status => 200, :body => '404!') # 404 hash request @expected = true end + end describe '#wp_plugins_dir' do after :each do