Fix #404 - Brute forcing issue over https

This commit is contained in:
erwanlr
2014-02-05 21:52:55 +01:00
parent f33cbcaa53
commit 9c3947a7b1
3 changed files with 48 additions and 8 deletions

View File

@@ -34,10 +34,6 @@ describe WpUser do
end
end
describe '#login_url' do
its(:login_url) { should == 'http://example.com/wp-login.php' }
end
describe '#to_s' do
after do
subject.id = 1