Fixed syntax error.

This commit is contained in:
ethicalhack3r
2013-03-10 23:54:07 +01:00
parent 97ec9a6aa7
commit 9434db242b

View File

@@ -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