Forgot to commit spec changes.

This commit is contained in:
ethicalhack3r
2013-09-18 15:18:44 +02:00
parent ae4c0c5405
commit 7128cd2844

View File

@@ -9,7 +9,7 @@ shared_examples 'WpUser::BruteForcable' do
before { Browser.instance.max_threads = 1 }
describe '::passwords_from_wordlist' do
let(:expected) { %w{password1 pa55w0rd admin root kansei£Ô} }
let(:expected) { %w{password1 pa55w0rd #comment admin root kansei£Ô} }
let(:exception) { 'Invalid wordlist, expected String or Array' }
after do