From d26a0fda3358d875159507694c13a9ddbb95ed2e Mon Sep 17 00:00:00 2001 From: Grant Burgess Date: Mon, 13 Jan 2020 12:54:13 +1000 Subject: [PATCH] Re-enabled the test as it now passes --- spec/beef/api/auth_rate_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/beef/api/auth_rate_spec.rb b/spec/beef/api/auth_rate_spec.rb index 628f2a635..0ebcc3e40 100644 --- a/spec/beef/api/auth_rate_spec.rb +++ b/spec/beef/api/auth_rate_spec.rb @@ -30,7 +30,7 @@ RSpec.describe 'BeEF API Rate Limit' do end - xit 'adheres to auth rate limits' do + it 'adheres to auth rate limits' do passwds = (1..9).map { |i| "broken_pass"} passwds.push BEEF_PASSWD apis = passwds.map { |pswd| BeefRestClient.new('http', ATTACK_DOMAIN, '3000', BEEF_USER, pswd) }