spec/plugins/autothrottle_spec.rb in arachni-0.4.2 vs spec/plugins/autothrottle_spec.rb in arachni-0.4.3
- old
+ new
@@ -1,13 +1,13 @@
-require_relative '../spec_helper'
+require 'spec_helper'
describe name_from_filename do
include_examples 'plugin'
before( :all ) { run }
def url
- @url ||= server_url_for( name_from_filename ) + '/'
+ @url ||= web_server_url_for( name_from_filename ) + '/'
end
context 'when the server response times are' do
context "bellow threshold" do
it 'does not touch the max concurrency' do